实现首版 Gitea microVM runner
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user