feat: Init

This commit is contained in:
Wanjohi
2026-04-03 00:33:36 +03:00
parent b743dab332
commit 13db20bad9
499 changed files with 2311 additions and 80039 deletions

View 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