send correct signal for reload

This commit is contained in:
stryan 2021-04-08 13:27:31 -04:00
parent c147c217de
commit 96f6327fe0
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
RestartSec=3
User=root
ExecStart=/usr/local/bin/guildgate
ExecReload=/bin/kill -HUP $MAINPID
ExecReload=/bin/kill -USR1 $MAINPID
[Install]