Advertisement
Guest User

upstart-script-block

a guest
Jun 10th, 2013
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. # irexec daemon
  2. #
  3.  
  4. description "irexec daemon"
  5. author "None"
  6.  
  7. start on (started dbus and started mountall)
  8. stop on (xbmc-do-stop or runlevel [!2345])
  9.  
  10. script
  11. logger -t TESTING-UPSTART-JOB this message will appears in syslog
  12. exec irexec /home/pi/.lircrc
  13. end script
  14. respawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement