mirror of
https://github.com/systemd/systemd.git
synced 2024-12-18 06:33:36 +08:00
add more special units
This commit is contained in:
parent
071830ff32
commit
98b5b2986f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user