define bitbot.service ExecStop as bitbotctl stop
This commit is contained in:
parent
00e85c7573
commit
cbae4286aa
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ Group=bitbot
|
|||
WorkingDirectory=/opt/bitbot/
|
||||
|
||||
ExecStart=/usr/bin/env python3 bitbotd
|
||||
ExecStop=/usr/bin/env python3 bitbotctl stop
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
|
||||
|
|
Loading…
Reference in a new issue