planktoscope/scripts/raspbian_configuration/etc/systemd/system/autohotspot.service

12 lines
225 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Automatically generates a Hotspot when a valid SSID is not in range
After=multi-user.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/autohotspotN
[Install]
WantedBy=multi-user.target