change systemd ExecReload to use bitbotctl

This commit is contained in:
jesopo 2019-10-25 17:29:23 +01:00
parent 3a755bb15f
commit aa4cd5af79

View file

@ -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]