diff --git a/distro/pkg/rpm/bird.service b/distro/pkg/rpm/bird.service
index fa203c7819057e5da46288b540ec6e3f6d2553f9..26bcb8a03fe5efe486c17a5eee9da7006a6d95b3 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]