aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/pacredir.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/pacredir.service')
-rw-r--r--systemd/pacredir.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/pacredir.service b/systemd/pacredir.service
new file mode 100644
index 0000000..fb4feba
--- /dev/null
+++ b/systemd/pacredir.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Darkhttpd to serve pacman cache
+After=avahi-daemon.service
+
+[Service]
+ExecStart=/usr/bin/pacredir
+
+[Install]
+WantedBy=multi-user.target