11 lines
226 B
Text
11 lines
226 B
Text
|
|
[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
|