1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/etcd-arm/etc/systemd/system/confd.service
2015-10-01 12:27:32 +08:00

10 lines
167 B
Desktop File

[Unit]
Description=Confd Daemon
After=etcd.service
[Service]
ExecStart=/usr/local/bin/confd --config-file /etc/confd/confd.toml
[Install]
WantedBy=multi-user.target