diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/include/service.h | 1 | ||||
-rw-r--r-- | lib/util/svcmap.c | 1 |
2 files changed, 0 insertions, 2 deletions
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 }; diff --git a/lib/util/svcmap.c b/lib/util/svcmap.c index 5df8ca9..41fb950 100644 --- a/lib/util/svcmap.c +++ b/lib/util/svcmap.c @@ -29,7 +29,6 @@ static const enum_map_t target_map[] = { { "boot", TGT_BOOT }, { "shutdown", TGT_SHUTDOWN }, { "reboot", TGT_REBOOT }, - { "ctrlaltdel", TGT_CAD }, { NULL, 0 }, }; |