b19420fd04
Currently the service startup files are placed in doc folder. Moving the same to etc for better maintenance of all the conf files. Change-Id: I16be81b161263d7f2c446fd31cf92170f1091f60
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
description "etcd key value store"
|
|
|
|
start on runlevel [2345]
|
|
stop on runlevel [2345]
|
|
|
|
respawn
|
|
|
|
exec su -s /usr/local/bin/etcd |