Merge pull request #11559 from PhilibertDugas/master

Fixed ubuntu upstart scripts for etcd
This commit is contained in:
Dawn Chen 2015-08-05 15:04:14 -07:00
commit f66809daef
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,10 @@
description "Etcd service"
author "@jainvipin"
start on (net-device-up
and local-filesystems
and runlevel [2345])
respawn
pre-start script

View File

@ -1,6 +1,10 @@
description "Etcd service"
author "@jainvipin"
start on (net-device-up
and local-filesystems
and runlevel [2345])
respawn
pre-start script