Pkg: Improve RPM package unit file

Update the RPM package unit file to check configuration before start and
to use "birdc configure" instead of "kill -HUP".
This commit is contained in:
Vincent Bernat 2022-03-11 15:47:00 +01:00 committed by Ondrej Zajicek (work)
parent 9b0b2c0d41
commit c3828879a3
1 changed files with 2 additions and 1 deletions

View File

@ -5,8 +5,9 @@ After=network.target
[Service]
Type=simple
ExecStartPre=/usr/sbin/bird -p
ExecStart=/usr/sbin/bird -f -u bird -g bird
ExecReload=/bin/kill -HUP $MAINPID
ExecReload=/usr/sbin/birdc configure
Restart=on-failure
[Install]