From 25afc0b3d0abb061829af926a38b31c977511531 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 24 Aug 2018 16:53:15 +0200 Subject: Remove ctrl+alt+del target, simply initiate reboot target Signed-off-by: David Oberhollenzer --- lib/include/service.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/include/service.h') diff --git a/lib/include/service.h b/lib/include/service.h index 03d768e..ceaf782 100644 --- a/lib/include/service.h +++ b/lib/include/service.h @@ -39,7 +39,6 @@ enum { TGT_BOOT = 0, /* run service when the system boots */ TGT_SHUTDOWN, /* run service when at system shut down */ TGT_REBOOT, /* run service when during system reboot */ - TGT_CAD, /* run service when CTRL+ALT+DEL is pressed */ TGT_MAX }; -- cgit v1.2.3