summaryrefslogtreecommitdiff
path: root/distro/pkg
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-05-30 15:36:54 +0200
committerMaria Matejka <mq@ucw.cz>2022-05-30 15:36:54 +0200
commit45af19dd99b3c8f954621e09075e8be180e2f731 (patch)
tree2e25c82a8e13080d589c79ec0478e5127a9404fb /distro/pkg
parentef3a8138c909baf58c61ddf2edd815eab899d3a6 (diff)
parent652be92a21f5575e5f74f6abe98eb4200b86776c (diff)
Merge commit '652be92a21f5575e5f74f6abe98eb4200b86776c' into haugesund
Diffstat (limited to 'distro/pkg')
-rw-r--r--distro/pkg/rpm/bird.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/pkg/rpm/bird.service b/distro/pkg/rpm/bird.service
index fa203c78..26bcb8a0 100644
--- a/distro/pkg/rpm/bird.service
+++ b/distro/pkg/rpm/bird.service
@@ -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]