aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/pacredir.service
blob: bc5a13fd314b766ec946fb7fc013da3a9b874054 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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