churn/ansible/templates/set-hostapd-iface.service.j2
2025-11-07 13:24:44 +00:00

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