Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. [Unit]
  2. Description=boot script
  3.  
  4. [Service]
  5. #Type=forking
  6. ExecStart=/etc/rc.local
  7. TimeoutSec=0
  8. RemainAfterExit=yes
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement