summaryrefslogtreecommitdiff
path: root/community/ndisc6/rdnssd.service
blob: dcaf733318519c0816b3f3d85313ca36a4190418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=RDNSS daemon for Linux
Before=network.target
Requires=network.target

[Service]
Type=forking
PIDFile=/run/rdnssd.pid
ExecStart=/usr/sbin/rdnssd -H /etc/rdnssd/merge-hook

[Install]
WantedBy=multi-user.target