Skip to content

Commit

Permalink
add reload option for systemd service (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaveSec committed Jul 31, 2024
1 parent 2427a56 commit 95cb0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/goflow2.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Type=simple
EnvironmentFile=/etc/default/goflow2
WorkingDirectory=/usr/share/goflow2
ExecStart=/usr/bin/goflow2 $GOFLOW2_ARGS
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target

0 comments on commit 95cb0e4

Please sign in to comment.