Skip to content
Snippets Groups Projects
Commit c3828879 authored by Vincent Bernat's avatar Vincent Bernat Committed by Ondřej Zajíček
Browse files

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".
parent 9b0b2c0d
No related branches found
No related tags found
No related merge requests found
Pipeline #96354 failed
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment