Advertisement
Guest User

Untitled

a guest
May 11th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [Unit]
  2. Description=RemoteAppServer watcher
  3. ConditionPathExists=/usr/bin/RemoteAppServer
  4. After=network.target
  5.  
  6. [Service]
  7. Type=simple
  8. ExecStart=/usr/bin/RemoteAppServer
  9. ExecReload=/bin/kill -HUP $MAINPID
  10. Restart=always
  11. RestartSec=30
  12. StandardOutput=syslog
  13. StandardError=syslog
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement