mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 14:13:08 +00:00
13 lines
302 B
Desktop File
13 lines
302 B
Desktop File
[Unit]
|
|
Description=Confd
|
|
Before=rsyslog.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=/etc/docker.env
|
|
ExecStart=-/usr/local/bin/confd -onetime -confdir=/etc/confd -backend=env
|
|
ExecStart=-/usr/local/bin/confd -onetime -confdir=/etc/confd -node=http://172.17.42.1:4001
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|