diff --git a/scripts/on-device-install/aftertouch b/scripts/on-device-install/aftertouch index fe8cd89..fced2f3 100644 --- a/scripts/on-device-install/aftertouch +++ b/scripts/on-device-install/aftertouch @@ -48,7 +48,7 @@ case "$1" in --make-pidfile \ --chuid "$USER" \ --startas "/bin/sh" \ - -- -c "\"$DAEMON\" --data-dir '$DATADIR' --record-interactions=false" + -- -c "\"$DAEMON\" --data-dir '$DATADIR' --record-interactions=false --discovery-interval=60m" tries=0 max_tries=60