RcrdBrt

Untitled

Jan 20th, 2013
42
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=/etc/rc.local Compatibility
  3. After=network.target
  4.  
  5. [Service]
  6. Type=oneshot
  7. ExecStart=-/etc/rc.local
  8. ExecStart=-/pathtoyour/script1
  9. ExecStart=-/pathtoyour/script2
  10. TimeoutSec=0
  11. StandardInput=tty
  12. RemainAfterExit=yes
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment