Skip to content
Snippets Groups Projects
Commit d6da5f9f authored by ale's avatar ale
Browse files

Add reload support to systemd unit

parent 4cb51353
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ User=acmeserver
Group=acmeserver
EnvironmentFile=-/etc/default/acmeserver
ExecStart=/usr/bin/acmeserver --addr $ADDR
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
# Hardening
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment