c3828879a3
Update the RPM package unit file to check configuration before start and to use "birdc configure" instead of "kill -HUP".
14 lines
282 B
Desktop File
14 lines
282 B
Desktop File
[Unit]
|
|
Description=BIRD Internet Routing Daemon
|
|
Wants=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=/usr/sbin/bird -p
|
|
ExecStart=/usr/sbin/bird -f -u bird -g bird
|
|
ExecReload=/usr/sbin/birdc configure
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|