Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [Unit]
  2. Description=SimpleHelp Server
  3. After=network.target
  4.  
  5. [Service]
  6. WorkingDirectory=/opt/SimpleHelp/
  7. Type=forking
  8. ExecStart=/bin/bash /opt/SimpleHelp/serverstart.sh
  9. SuccessExitStatus=143
  10.  
  11. [Install]
  12. WantedBy=graphical.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement