Advertisement
Guest User

Untitled

a guest
Jun 29th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/bin/sh
  2. ### BEGIN INIT INFO
  3. # Provides: poweroff
  4. # Required-Start:
  5. # Required-Stop: $all
  6. # Default-Start:
  7. # Default-Stop: 0
  8. # Short-Description: Power off.
  9. # Description: Send a power off signal to the PM board.
  10. # X-Interactive: false
  11. ### END INIT INFO
  12.  
  13. /sbin/poweroff.bin
  14.  
  15. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement