mirror of
https://github.com/nestriness/nestri.git
synced 2026-05-01 19:03:08 +03:00
feat: Init
This commit is contained in:
14
build/etc/systemd/system/nestri-network.service
Normal file
14
build/etc/systemd/system/nestri-network.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Configure VM network via muvm
|
||||
DefaultDependencies=no
|
||||
Before=network.target
|
||||
After=systemd-udevd.service
|
||||
Wants=microvm.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/bin/muvm-configure-network
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=microvm.target
|
||||
Reference in New Issue
Block a user