change systemd ExecReload to use bitbotctl
This commit is contained in:
parent
3a755bb15f
commit
aa4cd5af79
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ WorkingDirectory=/opt/bitbot/
|
|||
|
||||
ExecStart=/usr/bin/env python3 bitbotd
|
||||
ExecStop=/usr/bin/env python3 bitbotctl stop
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
ExecReload=/usr/bin/env python3 bitbotctl reload
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue