mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-04-28 10:33:41 +01:00
10 lines
191 B
Desktop File
10 lines
191 B
Desktop File
[Unit]
|
|
Description=Generate wpa_supplicant.conf from kioskbrowser.ini
|
|
Before=wpa_supplicant.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/kiosk-wifi
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |