Guest User

Untitled

a guest
Jul 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # /etc/systemd/system/bilive.service
  2. [Unit]
  3. Description=Bilive Client
  4. After=network.target
  5.  
  6. [Service]
  7. RestartSec=2s
  8. Restart=Always
  9. Type=simple
  10. WorkingDirectory=/home/tzhongyan/git/bilive_client
  11. User=tzhongyan
  12. KillMode=process
  13. ExecStart=/home/tzhongyan/git/bilive_client/start.sh
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment