Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. [Unit]
  2. Description=Ombi Daemon
  3. After=syslog.target network.target
  4.  
  5. [Service]
  6. User=ombi
  7. Group=nogroup
  8.  
  9. Type=simple
  10. ExecStart=/usr/bin/mono --debug /opt/Ombi/Release/Ombi.exe
  11. TimeoutStopSec=20
  12. KillMode=process
  13. Restart=always
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement