Merge pull request #268 from benharri-forks/master

bitbot_user.service: remove duplicated paths
This commit is contained in:
jesopo 2020-07-21 07:52:08 +01:00 committed by GitHub
commit 078d44f427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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