14 lines
216 B
Desktop File
14 lines
216 B
Desktop File
[Unit]
|
|
Description=Configuration Service
|
|
Requires=etcd.service
|
|
|
|
[Service]
|
|
Restart=always
|
|
ExecStart=/usr/local/bin/confd \
|
|
-backend etcd \
|
|
-node %%MASTER_NODE%%:4001 \
|
|
-interval 15
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|