diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/paccache.service | 7 | ||||
-rw-r--r-- | systemd/pacdbserve.service | 15 | ||||
-rw-r--r-- | systemd/pacredir.service | 17 | ||||
-rw-r--r-- | systemd/pacserve.service | 15 |
4 files changed, 0 insertions, 54 deletions
diff --git a/systemd/paccache.service b/systemd/paccache.service deleted file mode 100644 index 3d0772c..0000000 --- a/systemd/paccache.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=Redirect pacman requests via avahi service - -[Install] -Also=pacredir.service -Also=pacserve.service -Also=pacdbserve.service diff --git a/systemd/pacdbserve.service b/systemd/pacdbserve.service deleted file mode 100644 index bf2b80d..0000000 --- a/systemd/pacdbserve.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Darkhttpd to serve pacman db files -After=network.target - -[Service] -User=nobody -Group=nobody -ExecStart=/usr/bin/pacdbserve /var/lib/pacman/sync/ --ipv6 --port 7079 --no-listing -ProtectSystem=full -ProtectHome=on -PrivateDevices=on -NoNewPrivileges=on - -[Install] -WantedBy=multi-user.target 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 diff --git a/systemd/pacserve.service b/systemd/pacserve.service deleted file mode 100644 index ee51821..0000000 --- a/systemd/pacserve.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Darkhttpd to serve pacman cache -After=network.target - -[Service] -User=nobody -Group=nobody -ExecStart=/usr/bin/pacserve /var/cache/pacman/pkg/ --ipv6 --port 7078 --no-listing -ProtectSystem=full -ProtectHome=on -PrivateDevices=on -NoNewPrivileges=on - -[Install] -WantedBy=multi-user.target |