app-emulation/etcd-wrapper: add stub ETCD_TAG to service

This commit is contained in:
Stefan Junker 2016-07-13 15:42:51 -07:00
parent a100fc793d
commit a6a6787cfd

View File

@ -8,6 +8,7 @@ Type=notify
Environment=ETCD_NAME=%m
Environment=ETCD_IMG_USER=etcd
Environment=ETCD_DATA_DIR=/var/lib/etcd
Environment=ETCD_TAG=
EnvironmentFile=-/var/lib/coreos/versions/etcd
ExecStart=/usr/bin/etcd-wrapper $ETCD_OPTS
Restart=always