send correct signal for reload
This commit is contained in:
parent
c147c217de
commit
96f6327fe0
@ -6,10 +6,10 @@ StartLimitIntervalSec=0
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=1
|
RestartSec=3
|
||||||
User=root
|
User=root
|
||||||
ExecStart=/usr/local/bin/guildgate
|
ExecStart=/usr/local/bin/guildgate
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -USR1 $MAINPID
|
||||||
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user