blob: 2cab1cd1470e0e5a81d51dca77a3d6b797cbd9cd [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001[Unit]
2Description=OSPF routing daemon
3BindTo=zebra.service
4After=zebra.service
5ConditionPathExists=@SYSCONFDIR@/quagga/ospfd.conf
6
7[Service]
8Type=forking
9EnvironmentFile=-@SYSCONFDIR@/default/quagga
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010ExecStart=@SBINDIR@/ospfd -d $ospfd_options -f @SYSCONFDIR@/quagga/ospfd.conf
Brad Bishop6a62e0e2019-10-21 08:11:42 -040011ExecStopPost=@base_bindir@/rm -rf /run/quagga/ospfd.pid
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012Restart=on-abort
13
14[Install]
15WantedBy=multi-user.target