Guest User

Untitled

a guest
Jan 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. [Unit]
  2. Description=My service
  3. After=network.target
  4.  
  5. [Service]
  6. ExecStart=/usr/bin/python3 -u example.py
  7. WorkingDirectory=/home/user/example/
  8. Restart=always
  9. User=username
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment