send correct signal for reload
This commit is contained in:
parent
c147c217de
commit
96f6327fe0
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user