Refactoring and vmdb2 improvements

This commit is contained in:
Ana Custura 2025-09-30 13:27:57 +01:00
parent e94c68854d
commit f61468fff5
28 changed files with 1257 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=Set Hostapd Interface at Boot
After=network.target systemd-udev-settle.service
[Service]
Type=oneshot
ExecStart=/usr/local/bin/set_hostapd_iface.py
RemainAfterExit=true
[Install]
WantedBy=multi-user.target