set max idle-time before logout to 1000 for user
This commit is contained in:
parent
521a9a2b94
commit
5b12f6e80e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ case $(tty) in
|
||||||
TMOUT=${MYSHELLCONFIG_ROOT_TMOUT:-500}
|
TMOUT=${MYSHELLCONFIG_ROOT_TMOUT:-500}
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
TMOUT=${MYSHELLCONFIG_USER_TMOUT:-0}
|
TMOUT=${MYSHELLCONFIG_USER_TMOUT:-100}
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo "Run in TTY -> set autologout \$TMOUT=$TMOUT" >&2
|
echo "Run in TTY -> set autologout \$TMOUT=$TMOUT" >&2
|
||||||
|
|
Loading…
Reference in a new issue