summarylogtreecommitdiffstats
path: root/hostapd-preferred.service
blob: 315e563836130f1d0cef3e6043f3b455d201b70d (plain)
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