Skip to content
Snippets Groups Projects
Commit 61216daf authored by Alberto LIVIO BECCARIA's avatar Alberto LIVIO BECCARIA
Browse files

Fixed kiosk profile name (we confirm "moodle" instead of "kiosk")

parent c02569de
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Se il kiosk mode verrà utilizzato anche in altre situazioni, spostare
# il file in /local/kiosk.mode
ESAME_KIOSK_FILE=/local/kiosk/bin/approve.lock
ESAME_KIOSK_FILE=/local/moodle/bin/approve.lock
stop() {
if [ -f ${ESAME_KIOSK_FILE} ]; then
......
[Unit]
Description=Esame - Mount homes (NFS)
After=esame-user-sessions.service esame-get-config.service
After=esame-get-config.service
[Service]
Type=oneshot
......
[Unit]
Description=Enable/disable USB ports
After=esame-user-sessions.service esame-get-config.service
After=esame-get-config.service
[Service]
Type=oneshot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment