summarylogtreecommitdiffstats
path: root/cachefilesd.service
diff options
context:
space:
mode:
authorMantas Mikulėnas2015-08-08 18:28:14 +0300
committerMantas Mikulėnas2015-08-08 18:28:24 +0300
commit4f00aae38f12c8018870b48bfa33be9e63e85c86 (patch)
treeb1ccaffcb06ca046295aba4b5f0a08e62a521087 /cachefilesd.service
parente2ce7e8f1ec4a6f54e3cd984079995459a5664ce (diff)
downloadaur-4f00aae38f12c8018870b48bfa33be9e63e85c86.tar.gz
update for 2015
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