mirror of
https://github.com/nestriness/nestri.git
synced 2026-05-01 19:03:08 +03:00
15 lines
264 B
Desktop File
15 lines
264 B
Desktop File
[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
|