diff options
| author | 2020-08-26 10:24:56 +0000 | |
|---|---|---|
| committer | 2020-08-26 10:24:56 +0000 | |
| commit | b3c47fab829121bbb0d0cd00a039988057d1fef9 (patch) | |
| tree | 8e457dabb2a4858ac5e2eb02ed0ba566cb517246 /docs/systemd | |
| parent | v1.20.0 release (diff) | |
| parent | update CHANGELOG.md date for v1.19.0 (diff) | |
| signature | ||
Merge branch 'master' into develop
Diffstat (limited to 'docs/systemd')
| -rw-r--r-- | docs/systemd/bitbot_user.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/systemd/bitbot_user.service b/docs/systemd/bitbot_user.service index ed8d014b..eb397307 100644 --- a/docs/systemd/bitbot_user.service +++ b/docs/systemd/bitbot_user.service @@ -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] |
