Files
gitea-dynamic-runner/systemd/microvm-runner-network.service
T
panxiao81 23695fcc98
test / python (pull_request) Canceled after 0s
test / shell (pull_request) Canceled after 0s
test / python (push) Canceled after 0s
test / shell (push) Canceled after 0s
实现首版 Gitea microVM runner
2026-09-16 13:06:05 +00:00

13 lines
289 B
Desktop File

[Unit]
Description=Network bridge for Gitea microVM runners
Before=gitea-microvm-worker.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/libexec/microvm-runner-network up
ExecStop=/usr/local/libexec/microvm-runner-network down
[Install]
WantedBy=multi-user.target