summarylogtreecommitdiffstats
path: root/cachefilesd.service
diff options
context:
space:
mode:
Diffstat (limited to 'cachefilesd.service')
-rw-r--r--cachefilesd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/cachefilesd.service b/cachefilesd.service
new file mode 100644
index 000000000000..e97dfa6a0400
--- /dev/null
+++ b/cachefilesd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=CacheFiles Userspace Management Daemon
+
+[Service]
+Type=forking
+ExecStartPre=-/usr/bin/modprobe cachefiles
+ExecStart=/usr/bin/cachefilesd -f /etc/cachefilesd.conf
+
+[Install]
+WantedBy=multi-user.target