coreos-home-server/config/common/systemd/container-build@.path
Alex Palaistras a4580e1cae Improve service initialization, move system files
System files are moved to `/etc/coreos-home-server` to be unambiguous
in relation to other, pre-installed system files. Long-running services
are also now defined as `Type=notify`, which helps improve ordering and
dependencies.
2021-08-14 22:28:28 +01:00

10 lines
172 B
SYSTEMD

[Unit]
Description=Container build for %I
[Path]
PathModified=%E/coreos-home-server/%i/Containerfile
Unit=container-build@%i.service
[Install]
WantedBy=multi-user.target