planktoscope/scripts/raspbian_configuration/etc/systemd/system/autohotspot.service
2021-07-01 18:19:32 +02:00

12 lines
225 B
Desktop File

[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