Skip to content

Commit

Permalink
Send SIGHUP when reloading system-probe systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Nov 20, 2023
1 parent fa5e6ea commit 93f3096
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Type=simple
PIDFile=<%= install_dir %>/run/system-probe.pid
Restart=on-failure
ExecStart=<%= install_dir %>/embedded/bin/system-probe run --config=<%= etc_dir %>/system-probe.yaml --pid=<%= install_dir %>/run/system-probe.pid
ExecReload=/bin/kill -HUP $MAINPID
# Since systemd 229, should be in [Unit] but in order to support systemd <229,
# it is also supported to have it here.
StartLimitInterval=10
Expand Down

0 comments on commit 93f3096

Please sign in to comment.