mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Fixed ubuntu upstart scripts for etcd
This commit is contained in:
parent
8cbe9c997a
commit
069c84cb51
@ -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