Guest User

Untitled

a guest
Nov 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [..]
  2. #cleaning up, disabling service and deleting this script
  3. systemctl disable own.service
  4. rm -- "$0"
  5.  
  6. [Unit]
  7. Description=Exec. on boot
  8.  
  9. [Service]
  10. Type=idle
  11. ExecStart=/usr/bin/serviceScript.sh
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment