Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 010b81cd authored by Robert Nelson's avatar Robert Nelson
Browse files

init_scripts/generic-debian.sh: use correct name


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent a3c4307e
Branches
Tags
No related merge requests found
#!/bin/sh -e #!/bin/sh -e
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: boot_scripts.sh # Provides: generic-boot-script.sh
# Required-Start: $local_fs # Required-Start: $local_fs
# Required-Stop: $local_fs # Required-Stop: $local_fs
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
...@@ -65,7 +65,7 @@ stop) ...@@ -65,7 +65,7 @@ stop)
exit 0 exit 0
;; ;;
*) *)
echo "Usage: /etc/init.d/boot_scripts.sh {start|stop|reload|restart|force-reload}" echo "Usage: /etc/init.d/generic-boot-script.sh {start|stop|reload|restart|force-reload}"
exit 1 exit 1
;; ;;
esac esac
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment