aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/pacserve.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/pacserve.service')
-rw-r--r--systemd/pacserve.service22
1 files changed, 0 insertions, 22 deletions
diff --git a/systemd/pacserve.service b/systemd/pacserve.service
deleted file mode 100644
index d5e064d..0000000
--- a/systemd/pacserve.service
+++ /dev/null
@@ -1,22 +0,0 @@
-# (C) 2013-2024 by Christian Hesse <mail@eworm.de>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-
-[Unit]
-Description=Serve pacman database files and package archives
-After=systemd-tmpfiles-setup.service network.target
-
-[Service]
-ExecStart=/usr/bin/pacserve /run/pacserve/ --ipv6 --port 7078 --no-listing --index empty
-BindReadOnlyPaths=/var/cache/pacman/pkg:/run/pacserve/pkg /var/lib/pacman/sync:/run/pacserve/db
-DynamicUser=on
-ProtectSystem=full
-ProtectHome=on
-PrivateDevices=on
-NoNewPrivileges=on
-
-[Install]
-WantedBy=multi-user.target