You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,9 @@ Command to be used to perform reboot. Default value is "reboot".
132
132
`CMD_SUSPEND`
133
133
Command to be used to perform suspend. Default value is blank, but it tries to use "systemctl suspend", "loginctl suspend" or "zzz".
134
134
135
+
`WAIT_EXIT_TIMEOUT`
136
+
Timeout in seconds before emptty automatically exits. If value is 0 or lower, there is no timeout. Default value is -1.
137
+
135
138
#### Commands
136
139
If commands are allowed and default user is not defined, there could be used commands in login input or desktop selection. All of these commands need to start with colon `:`. Escape characters are ignored to prevent issues with muscle memory from VI.
@@ -199,6 +199,9 @@ Command to be used to perform reboot. Default value is "reboot".
199
199
.IPCMD_SUSPEND
200
200
Command to be used to perform suspend. Default value is blank, but it tries to use "systemctl suspend", "loginctl suspend" or "zzz".
201
201
202
+
.IPWAIT_EXIT_TIMEOUT
203
+
Timeout in seconds before emptty automatically exits. If value is 0 or lower, there is no timeout. Default value is -1.
204
+
202
205
.SH COMMANDS
203
206
If commands are allowed and default user is not defined, there could be used commands in login input. All of these commands need to start with colon ":". Escape characters are ignored to prevent issues with muscle memory from VI.
0 commit comments