cachefilesd/cachefilesd.service

11 lines
230 B
SYSTEMD
Raw Normal View History

2025-03-05 10:06:46 +08:00
[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