Skip to content

Commit 24caebf

Browse files
committed
Improve comments in /etc/default/auth-monitor
1 parent e0383f1 commit 24caebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/default/auth-monitor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# The maximum number of failed authentication attempts before the system shutdown.
1+
# The maximum number of failed authentication attempts before the system shuts down.
22
# Default: 5
33
MAX_FAILED_ATTEMPTS=5
44

5-
# The authentication failure counter will reset after the specified seconds.
5+
# The authentication failure counter will reset after the specified number of seconds.
66
# Default: 1800
77
RESET_AFTER_SECONDS=1800
88

0 commit comments

Comments
 (0)