Searched defs:systemd (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dmain.c2 This file is part of systemd.
6 systemd is free software; you can redistribute it and/or modify it
11 systemd is distributed in the hope that it will be useful, but
17 along with systemd; If not, see <http://www.gnu.org/licenses/>.
315 if (streq(key, "systemd.unit") && value) {
320 } else if (streq(key, "rd.systemd.unit") && value) {
325 } else if (streq(key, "systemd.dump_core") && value) {
333 } else if (streq(key, "systemd.crash_chvt") && value) {
338 } else if (streq(key, "systemd.crash_shell") && value) {
346 } else if (streq(key, "systemd
1300 static char systemd[] = "systemd"; local
[all...]

Completed in 32 milliseconds