Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
146
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. DefaultDependencies=false
  4. ConditionFileIsExecutable=/etc/rc.local
  5. After=multi-user.target
  6.  
  7. [Service]
  8. Type=oneshot
  9. ExecStart=/etc/rc.local
  10. TimeoutSec=0
  11. StandardOutput=tty
  12. RemainAfterExit=yes
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement