Advertisement
Guest User

Untitled

a guest
Nov 15th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. which mythbackend
  2. /usr/local/bin/mythbackend
  3.  
  4.  
  5. cat rc.local
  6.  
  7. #!/bin/sh -e
  8. #
  9. # rc.local
  10. #
  11. # This script is executed at the end of each multiuser runlevel.
  12. # Make sure that the script will "exit 0" on success or any other
  13. # value on error.
  14. #
  15. # In order to enable or disable this script just change the execution
  16. # bits.
  17. #
  18. # By default this script does nothing.
  19. #
  20. # run the mythbackend gu 11/15/2013
  21. #
  22. logger ">>>>>rc.local entered"
  23. /usr/local/bin/mythbackend
  24. logger ">>>>>rc.local exited"
  25.  
  26. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement