Advertisement
Guest User

dafty

a guest
Jul 19th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # plymouth-upstart-bridge - Bridge Upstart state changes into Plymouth
  2. #
  3. # This helper process receives Upstart state changes over D-Bus and sends
  4. # corresponding messages to Plymouth.
  5.  
  6. description "bridge from Upstart state changes to Plymouth"
  7.  
  8. respawn
  9.  
  10. start on (startup
  11. or runlevel [06])
  12. stop on (stopping plymouth
  13. or stopping plymouth-shutdown)
  14.  
  15. console output
  16.  
  17. exec plymouth-upstart-bridge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement