summarylogtreecommitdiffstats
path: root/kmodcache.service
blob: ec49ba30bfa7df320735baf248a945ed2a95d5a4 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=update modules cache for active kernel
RequiresMountsFor=/var/cache

[Service]
Type=oneshot
ExecStart=/usr/bin/make-kmod-cache

[Install]
WantedBy=multi-user.target