mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #11559 from PhilibertDugas/master
Fixed ubuntu upstart scripts for etcd
This commit is contained in:
commit
f66809daef
2 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
description "Etcd service"
|
||||
author "@jainvipin"
|
||||
|
||||
start on (net-device-up
|
||||
and local-filesystems
|
||||
and runlevel [2345])
|
||||
|
||||
respawn
|
||||
|
||||
pre-start script
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
description "Etcd service"
|
||||
author "@jainvipin"
|
||||
|
||||
start on (net-device-up
|
||||
and local-filesystems
|
||||
and runlevel [2345])
|
||||
|
||||
respawn
|
||||
|
||||
pre-start script
|
||||
|
|
|
|||
Loading…
Reference in a new issue