1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=Setup hotspot configuration and broadcast WiFi After=network-online.target Wants=network-online.target [Service] Type=oneshot ExecStart=/usr/lib/systemd/scripts/hostapd_preferred.sh RemainAfterExit=true [Install] WantedBy=multi-user.target