Skip to content

Commit

Permalink
Fix systemd service reload command
Browse files Browse the repository at this point in the history
  • Loading branch information
ym authored and fujita committed Oct 24, 2023
1 parent 4364a26 commit f436228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/contrib/centos/gobgpd.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ After=network.target
Type=notify
ExecStartPre=/usr/bin/gobgpd -f /etc/gobgpd/gobgpd.conf -d
ExecStart=/usr/bin/gobgpd -f /etc/gobgpd/gobgpd.conf --sdnotify
ExecReload=/usr/bin/gobgpd -r
ExecReload=/usr/bin/kill -HUP $MAINPID
StandardOutput=journal
StandardError=journal
User=gobgpd
Expand Down

0 comments on commit f436228

Please sign in to comment.