summarylogtreecommitdiffstats
path: root/cpcache.service
diff options
context:
space:
mode:
Diffstat (limited to 'cpcache.service')
-rw-r--r--cpcache.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpcache.service b/cpcache.service
new file mode 100644
index 000000000000..d6524169ecfd
--- /dev/null
+++ b/cpcache.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=central pacman cache
+After=network.target
+
+[Service]
+Type=simple
+User=cpcache
+Group=cpcache
+ExecStart=/usr/share/cpcache/bin/cpcache foreground
+
+[Install]
+WantedBy=multi-user.target