13 lines
289 B
Desktop File
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
|