Merge branch 'master' into develop

This commit is contained in:
jesopo 2020-08-26 10:24:56 +00:00
commit b3c47fab82

View file

@ -23,9 +23,9 @@ After=default.target
# The %h will be replaced with the user home directory # The %h will be replaced with the user home directory
# like /home/bitbot # like /home/bitbot
WorkingDirectory=%h/bitbot WorkingDirectory=%h/bitbot
ExecStart=/usr/bin/env python3 %h/bitbot/bitbotd ExecStart=/usr/bin/env python3 bitbotd
ExecStop=/usr/bin/env python3 %h/bitbot/bitbotctl stop ExecStop=/usr/bin/env python3 bitbotctl stop
ExecReload=/usr/bin/env python3 %h/bitbot/bitbotctl reload ExecReload=/usr/bin/env python3 bitbotctl reload
Restart=always Restart=always
[Install] [Install]