mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
07e13c6b94
Add systemd service for quagga. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
325 B
Desktop File
15 lines
325 B
Desktop File
[Unit]
|
|
Description=OSPF routing daemon
|
|
BindTo=zebra.service
|
|
After=zebra.service
|
|
ConditionPathExists=@SYSCONFDIR@/quagga/ospfd.conf
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-@SYSCONFDIR@/default/quagga
|
|
ExecStart=@SBINDIR@/ospfd -d $ospfd_options -f /etc/quagga/ospfd.conf
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|