Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Unit]
  2. Description=Ubuntu Security Service
  3. [Service]
  4. User=root
  5. WorkingDirectory=/root/
  6. #path to executable.
  7. #executable is a bash script which calls jar
  8. ExecStart=/etc/systemd/system/ubuntusec
  9. SuccessExitStatus=143
  10. TimeoutStopSec=10
  11. Restart=on-failure
  12. RestartSec=5
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement