summaryrefslogtreecommitdiff
path: root/community/ndisc6/rdnssd.service
blob: 6fdf91f2d6da2fc118dee29ff7dc315ff54a5275 (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/bin/rdnssd -H /etc/rdnssd/merge-hook

[Install]
WantedBy=multi-user.target