Guest User

Untitled

a guest
Jan 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. [Unit]
  2. Description=My awesome Go app
  3. After=multi-user.target
  4.  
  5. [Service]
  6. Type=idle
  7. ExecStart=/usr/bin/mygobinary
  8.  
  9. [Install]
  10. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment