Closed mvrhov closed 6 years ago
Yes, that's a great point. I didn't add this in the first place because ppl might use something other than signals to ask for an upgrade, but that makes this needlessly hard.
Please have a look at the PR and let me know if you think it's appropriate.
Ubuntu Xenial (16.04) is the OS of choice, the command run is
service <name> restart
. The systemd stops and starts the process on restart.After the trial and error the only way to do seamples upgrade is to also add
ExecReload=/bin/kill -HUP $MAINPID
and then issueservice <name> reload
.