summarylogtreecommitdiffstats
path: root/cachefilesd.service
blob: 5e7ed486a6c22dcdba1ff8d021bdde09e339a128 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Local network file caching management daemon

[Service]
Type=forking
ExecStartPre=-/usr/bin/modprobe -qab cachefiles
ExecStart=/usr/bin/cachefilesd -f /etc/cachefilesd.conf

[Install]
WantedBy=multi-user.target