chiark / gitweb /
execute: make sending of SIGKILL on shutdown optional
[elogind.git] / src / load-fragment.c
index b7c3cbbc3b2079f6fba18fce39dda632988dd15e..44b2cf06c115f88adb2e9d93052fed934ac93963 100644 (file)
@@ -1820,6 +1820,7 @@ static int load_from_path(Unit *u, const char *path) {
                 { "PAMName",                config_parse_string_printf,   &(context).pam_name,                             section   }, \
                 { "KillMode",               config_parse_kill_mode,       &(context).kill_mode,                            section   }, \
                 { "KillSignal",             config_parse_kill_signal,     &(context).kill_signal,                          section   }, \
+                { "SendSIGKILL",            config_parse_bool,            &(context).send_sigkill,                         section   }, \
                 { "UtmpIdentifier",         config_parse_string_printf,   &(context).utmp_id,                              section   }
 
         const ConfigItem items[] = {