aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/pacredir.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/pacredir.service')
-rw-r--r--systemd/pacredir.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/systemd/pacredir.service b/systemd/pacredir.service
deleted file mode 100644
index bc5a13f..0000000
--- a/systemd/pacredir.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=Redirect pacman requests via avahi service
-Requires=avahi-daemon.service
-After=avahi-daemon.service network.target network-online.target
-
-[Service]
-Type=notify
-User=nobody
-Group=nobody
-ExecStart=/usr/bin/pacredir
-ProtectSystem=full
-ProtectHome=on
-PrivateDevices=on
-NoNewPrivileges=on
-
-[Install]
-WantedBy=multi-user.target