11 lines
No EOL
226 B
Django/Jinja
11 lines
No EOL
226 B
Django/Jinja
[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 |