From 34fa480710bd675d6d8d4bfea10a6cab2ae7ae43 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 26 Feb 2023 20:03:26 -0500 Subject: [PATCH] Update config --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index e3a821e..2597530 100644 --- a/config.h +++ b/config.h @@ -25,7 +25,7 @@ static const secretpass scom[entrylen] = { static const int failcount = 3; /* command to be executed after [failcount] failed password attempts */ -static const char *failcommand = "login_failure"; +static const char *failcommand = "doas shutdown -h now"; /*Enable blur*/ #define BLUR