diff options
| author | 2020-07-21 07:52:08 +0100 | |
|---|---|---|
| committer | 2020-07-21 07:52:08 +0100 | |
| commit | 078d44f427a6bb2c38bdd3fd1ba388e527064e04 (patch) | |
| tree | 33a79a167110c6746d1cbbb1ba66083dc9136e64 | |
| parent | fix "apikey add" example in git_webhooks.md (diff) | |
| parent | bitbot_user.service: remove duplicated paths (diff) | |
Merge pull request #268 from benharri-forks/master
bitbot_user.service: remove duplicated paths
| -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] |
