Delete bitbot.service
Moved to its final location at `/docs/bitbot.service`
This commit is contained in:
parent
ae8f90d052
commit
e6cc9c8e69
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
# This systemd script was made to be used in Ubuntu 18.04 LTS
|
||||
# Check your distro docs 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/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
|
Loading…
Reference in a new issue