mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
add more special units
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
static const char * const special_table[_SPECIAL_UNIT_MAX] = {
|
||||
[SPECIAL_SYSLOG_SERVICE] = "syslog.service",
|
||||
[SPECIAL_DBUS_SERVICE] = "messagebus.service",
|
||||
[SPECIAL_LOGGER_SOCKET] = "systemd-logger.socket"
|
||||
[SPECIAL_LOGGER_SOCKET] = "systemd-logger.socket",
|
||||
[SPECIAL_KBREQUEST_TARGET] = "kbrequest.target",
|
||||
[SPECIAL_CTRL_ALT_DEL_TARGET] = "ctrl-alt-del.target"
|
||||
};
|
||||
|
||||
static int manager_setup_signals(Manager *m) {
|
||||
|
||||
Reference in New Issue
Block a user