summaryrefslogtreecommitdiff
path: root/src/execute.c
AgeCommit message (Collapse)Author
2010-05-22execute: fix typoLennart Poettering
2010-05-22execute: only reset those signals to the default we really need to reset to ↵Lennart Poettering
the default
2010-05-20execute: check ppid, not pid for 1Lennart Poettering
2010-05-20execute: reopen console in the spawned processes, if necessaryLennart Poettering
2010-05-19execute: send output of services by default to same place as systemd ↵Lennart Poettering
internal output
2010-05-19execute: simplify stdin/stderr/stdout fixup a littleLennart Poettering
2010-05-19execute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to follow LOG_TARGET_xxx ↵Lennart Poettering
nomenclature
2010-05-19service: by default send service output to syslog, except for SysV services ↵Lennart Poettering
which should go to the console
2010-05-18main: ignore EPERM in TIOCSTTY when opening terminal for crash shellLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering