Verified Commit dcdbf585 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

merge jenkins init.d with the one coming from the package (mostly whitespace changes)



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 9c800fa5
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: Start Jenkins at boot time # Short-Description: Start Jenkins at boot time
# Description: Controls Jenkins Continuous Integration Server # Description: Controls Jenkins Automation Server
### END INIT INFO ### END INIT INFO
PATH=/bin:/usr/bin:/sbin:/usr/sbin PATH=/bin:/usr/bin:/sbin:/usr/sbin
DESC="Jenkins Continuous Integration Server" DESC="Jenkins Automation Server"
NAME=jenkins NAME=jenkins
SCRIPTNAME=/etc/init.d/$NAME SCRIPTNAME=/etc/init.d/$NAME
......
Supports Markdown
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