mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
12 lines
212 B
Desktop File
12 lines
212 B
Desktop File
[Unit]
|
|
Description=Etcd Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/default/etcd
|
|
ExecStartPre=/usr/bin/mkdir -p $ETCD_DATA_DIR
|
|
ExecStart=/usr/local/bin/etcd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|