Skip to content

Commit

Permalink
worker: add support for service reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Mar 15, 2024
1 parent a391689 commit 65bbbab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osh/worker/osh-worker.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ After=network-online.target

[Service]
Type=exec
ExecReload=kill -HUP $MAINPID
ExecStartPre=test -r /etc/osh/worker.conf
ExecStart=/usr/sbin/osh-worker -f
KillMode=process
Expand Down

0 comments on commit 65bbbab

Please sign in to comment.