Skip to content

Commit

Permalink
Send SIGHUP when reloading system-probe systemd service (#20778)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce authored Nov 27, 2023
1 parent c03e4cf commit d0d8368
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 d0d8368

Please sign in to comment.