mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-28 04:51:38 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
IDLETIME=60
|
||||
RESET_COMMAND="/bin/bash /assets/presentation/reset-kiosk.sh"
|
||||
|
||||
$RESET_COMMAND
|
||||
xidlerun -t $IDLETIME -c "$RESET_COMMAND" &
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user