Add ATVM systemd runner service

This commit is contained in:
2026-04-14 09:49:49 -04:00
parent a22ff8edf1
commit 7cdcbf8cf1
8 changed files with 220 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=ATVM Cypress runner for %i
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
WorkingDirectory=/opt/atvm-watcher-service
EnvironmentFile=-/var/lib/atvm-run-watcher/%i/run.env
ExecStart=/opt/atvm-watcher-service/run-atvm-runner.sh %i
Restart=no
[Install]
WantedBy=multi-user.target