diff options
author | Maria Matejka <mq@ucw.cz> | 2022-05-30 15:17:52 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-05-30 15:17:52 +0200 |
commit | 097f1571821caa775aec3ada52a1b02b5ffc89bb (patch) | |
tree | cd83d27ecbd9f4adb067fc42757c907057c80690 /distro/pkg/rpm/bird.service | |
parent | 5299fb9db0e3fb75c37f233e9a8b737c46e61265 (diff) | |
parent | 692055e3df6cc9f0d428d3b0dd8cdd8e825eb6f4 (diff) |
Merge commit '692055e3df6cc9f0d428d3b0dd8cdd8e825eb6f4' into haugesund-to-2.0
Diffstat (limited to 'distro/pkg/rpm/bird.service')
-rw-r--r-- | distro/pkg/rpm/bird.service | 3 |
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] |