Guest User

Untitled

a guest
May 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. tmux new-session -d -s mybot "'/usr/bin/python3.5' launcher.py --start --auto-restart"
  2.  
  3. [Unit]
  4. Description=My Bot
  5. After=network.target
  6.  
  7. [Service]
  8. Type=simple
  9. WorkingDirectory=/root/craig/mybot
  10. ExecStart=launcher.py
  11. Restart=always
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment