coreos-home-server/host/base/systemd/container-environment@.service

14 lines
398 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Container Environment for %I
ConditionPathExists=%E/coreos-home-server/host.env
ConditionPathExists=%E/coreos-home-server/%i/%i.env.template
[Service]
Type=oneshot
SyslogIdentifier=%N
EnvironmentFile=%E/coreos-home-server/host.env
ExecStart=/bin/sh -c 'envsubst < %E/coreos-home-server/%i/%i.env.template > %E/coreos-home-server/%i/%i.env'
[Install]
WantedBy=multi-user.target