diff options
| author | 2019-10-14 10:31:49 +0100 | |
|---|---|---|
| committer | 2019-10-14 10:31:49 +0100 | |
| commit | a75386df3280eb8ad95d4fddc21b54a82ff48174 (patch) | |
| tree | 996aaf637c7e6596e4b373104e7f228ba8fab09a /docs/bitbot.service | |
| parent | Merge pull request #173 from panicbit/splitpoints (diff) | |
move bitbot.service, update it for `start.py` -> `bitbotd`
Diffstat (limited to 'docs/bitbot.service')
| -rw-r--r-- | docs/bitbot.service | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/bitbot.service b/docs/bitbot.service deleted file mode 100644 index 1bd18ef5..00000000 --- a/docs/bitbot.service +++ /dev/null @@ -1,20 +0,0 @@ -# This systemd script was made to be used in Ubuntu 18.04 LTS -# Check your distro and make the appropriate changes if needed - -[Unit] -Description=BitBot Service -Wants=network-online.target -After=network-online.target - -[Service] -User=$USER -Group=$GROUP -WorkingDirectory=/home/$USER/bitbot -ExecStart=/usr/bin/env python3 start.py -ExecReload=/bin/kill -HUP $MAINPID -Restart=always - -[Install] -WantedBy=multi-user.target - -# Remember to change $USER and $GROUP with your actual shell username |
