mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 13:11:57 +02:00
1. Fix radvd.service to start daemon correctly. 2. Make the daemon run under 'radvd' user by default. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
12 lines
252 B
Desktop File
12 lines
252 B
Desktop File
[Unit]
|
|
Description=Router advertisement daemon for IPv6
|
|
After=network.target
|
|
ConditionPathExists=@SYSCONFDIR@/radvd.conf
|
|
|
|
[Service]
|
|
EnvironmentFile=-@SYSCONFDIR@/default/radvd
|
|
ExecStart=@SBINDIR@/radvd -n $OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|