Advertisement
Guest User

Untitled

a guest
Mar 4th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. start on runlevel [23]
  2. stop on runlevel [!23]
  3.  
  4. emits startx-started
  5.  
  6. script
  7. openvt -fw -- su -c startx
  8. initctl emit startx-started
  9. end script
  10.  
  11. post-stop script
  12. pkill X
  13. initctl emit startx-stopped
  14. end script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement