11 lines
263 B
SYSTEMD
11 lines
263 B
SYSTEMD
[Unit]
|
|
Description=Run infra-controller when active app registrations change
|
|
|
|
[Path]
|
|
PathExists=/var/run/active-apps
|
|
PathModified=/var/run/active-apps
|
|
DirectoryNotEmpty=/var/run/active-apps
|
|
Unit=infra-controller-once.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|