systemd: debian: add reload action to service

This commit is contained in:
steadfasterX 2022-05-11 13:14:48 +02:00 committed by GitHub
parent d7ac4538d1
commit 9160ddf8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ After=network.target
User=www-data
Group=www-data
ExecStart=/usr/bin/semaphore server --config /etc/semaphore/config.json
ExecReload=/bin/kill -HUP $MAINPID
Type=simple
[Install]