diff options
| -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 |
