summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/radvd/files/radvd.service
blob: 9230543c48d40c9aec5d041e7d487b4686050dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Router advertisement daemon for IPv6
After=network.target
ConditionPathExists=@SYSCONFDIR@/radvd.conf

[Service]
Type=forking
EnvironmentFile=@SYSCONFDIR@/default/radvd
ExecStart=@SBINDIR@/radvd $OPTIONS
PIDFile=/run/radvd.pid
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target