chiark / gitweb /
manager: Do not handle SIGKILL since we can not
[elogind.git] / src / core / main.c
index bb7364054e3942224f1424720be3231a33de91b7..26aa561218f3f801a27451dc96b1f3c1f92285c3 100644 (file)
@@ -1405,7 +1405,6 @@ int main(int argc, char *argv[]) {
         /* Reset all signal handlers. */
         assert_se(reset_all_signal_handlers() == 0);
 
-        /* If we are init, we can block sigkill. Yay. */
         ignore_signals(SIGNALS_IGNORE, -1);
 
         if (parse_config_file() < 0)