aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/pacredir.service
blob: 561b4cd22a814b18e54e98eb4d3b59ce2ef871cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Redirect pacman requests via avahi service
Requires=avahi-daemon.service
After=avahi-daemon.service network.target network-online.target
Documentation=https://github.com/eworm-de/pacredir#pacredir

[Service]
Type=notify
ExecStart=/usr/bin/pacredir
DynamicUser=on
ProtectSystem=full
ProtectHome=on
PrivateDevices=on
NoNewPrivileges=on

[Install]
WantedBy=multi-user.target
Also=pacserve.service