Update kcoj_bot.service

This commit is contained in:
Pin Lin
2018-04-19 17:37:44 +08:00
committed by GitHub
parent 94844bba07
commit 52bc6f30f3

View File

@ -5,7 +5,7 @@ After=network.service
[Service]
Type=simple
User=pinlin
ExecStart=/home/pinlin/.pyenv/shims/python3 /home/pinlin/kcoj_bot/bot.py
ExecStart=/home/pinlin/.pyenv/shims/python3 /home/pinlin/KCOJ_bot/bot.py
ExecStop=/bin/systemctl kill kcoj_bot
Restart=always
KillMode=process