init repo.
This commit is contained in:
10
cachefilesd.service
Normal file
10
cachefilesd.service
Normal file
@ -0,0 +1,10 @@
|
||||
[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
|
Reference in New Issue
Block a user