Merge pull request #19928 from jfchevrette/fix_ubuntu_sysv_init

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-01-25 19:50:47 -08:00
commit bd97eec9b6
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ set -e
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: flannel # Provides: flannel
# Required-Start: $etcd # Required-Start:
# Required-Stop: # Required-Stop:
# Should-Start: # Should-Start:
# Should-Stop: # Should-Stop:

View File

@ -3,7 +3,7 @@ set -e
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: kube-proxy # Provides: kube-proxy
# Required-Start: $etcd # Required-Start: $flannel
# Required-Stop: # Required-Stop:
# Should-Start: # Should-Start:
# Should-Stop: # Should-Stop:

View File

@ -3,7 +3,7 @@ set -e
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: kubelet # Provides: kubelet
# Required-Start: $etcd # Required-Start: $flannel
# Required-Stop: # Required-Stop:
# Should-Start: # Should-Start:
# Should-Stop: # Should-Stop: