diff options
| author | 2019-10-14 10:31:49 +0100 | |
|---|---|---|
| committer | 2019-10-14 10:31:49 +0100 | |
| commit | a75386df3280eb8ad95d4fddc21b54a82ff48174 (patch) | |
| tree | 996aaf637c7e6596e4b373104e7f228ba8fab09a /docs | |
| parent | Merge pull request #173 from panicbit/splitpoints (diff) | |
| signature | ||
move bitbot.service, update it for `start.py` -> `bitbotd`
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/systemd/bitbot.service (renamed from docs/bitbot.service) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/bitbot.service b/docs/systemd/bitbot.service index 1bd18ef5..61ad4659 100644 --- a/docs/bitbot.service +++ b/docs/systemd/bitbot.service @@ -7,14 +7,14 @@ Wants=network-online.target After=network-online.target [Service] -User=$USER -Group=$GROUP -WorkingDirectory=/home/$USER/bitbot -ExecStart=/usr/bin/env python3 start.py +# change any of the 3 following lines as applicable +User=bitbot +Group=bitbot +WorkingDirectory=/opt/bitbot/ + +ExecStart=/usr/bin/env python3 bitbotd ExecReload=/bin/kill -HUP $MAINPID Restart=always [Install] WantedBy=multi-user.target - -# Remember to change $USER and $GROUP with your actual shell username |
