mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #11559 from PhilibertDugas/master
Fixed ubuntu upstart scripts for etcd
This commit is contained in:
commit
f66809daef
@ -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 New Issue
Block a user