mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 12:46:19 +00:00
ff9b4b8bac
libretro cores, retroarch packages and also added packages (not present in LibreELEC) stored under one folder for easier maintenance
16 lines
424 B
Desktop File
16 lines
424 B
Desktop File
[Unit]
|
|
Description=Local AP via Connman
|
|
ConditionKernelCommandLine=|localap
|
|
ConditionPathExists=|/storage/.cache/services/localap.conf
|
|
|
|
[Service]
|
|
EnvironmentFile=-/storage/.cache/services/localap.conf
|
|
#ExecStart=/usr/bin/sshd -D $SSH_ARGS
|
|
ExecStart=/usr/bin/connmanctl tether wifi on $APNAME $PASSWORD
|
|
ExecStop=/usr/bin/connmanctl tether wifi off
|
|
TimeoutStopSec=1s
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|