Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. GNU nano 2.2.2 File: rc.local
  2.  
  3. #! /bin/sh
  4. ### BEGIN INIT INFO
  5. # Provides: rc.local
  6. # Required-Start: $remote_fs $syslog $all
  7. # Required-Stop:
  8. # Default-Start: 2 3 4 5
  9. # Default-Stop:
  10. # Short-Description: Run /etc/rc.local if it exist
  11. ### END INIT INFO
  12.  
  13.  
  14. PATH=/sbin:/usr/sbin:/bin:/usr/bin
  15.  
  16. . /lib/init/vars.sh
  17. . /lib/lsb/init-functions
  18.  
  19. do_start() {
  20. if [ -x /etc/rc.local ]; then
  21. [ "$VERBOSE" != no ] && log_begin_msg "Running local boot scrip$
  22. [ Lette 41 righe ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement