11 lines
230 B
Desktop File
11 lines
230 B
Desktop File
[Unit]
|
|
Description=Local network file caching management daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=-/sbin/modprobe -qab cachefiles
|
|
ExecStart=/usr/sbin/cachefilesd -n -f /etc/cachefilesd.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|