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
|
ExecStart=/usr/bin/env python3 bitbotd
|
||||||
ExecStop=/usr/bin/env python3 bitbotctl stop
|
ExecStop=/usr/bin/env python3 bitbotctl stop
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/usr/bin/env python3 bitbotctl reload
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue