blob: 43893b7f33d55a1c554b94c348591f5060be5650 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Redirect pacman requests via avahi service
After=avahi-daemon.service
[Service]
User=nobody
Group=nobody
ExecStart=/usr/bin/pacredir
[Install]
WantedBy=multi-user.target
|