summaryrefslogtreecommitdiff
path: root/src/execute.c
AgeCommit message (Expand)Author
2010-07-07execute: change stdout inherit logic, when run as PID 1 use /dev/nullLennart Poettering
2010-07-05turn negative options into positive optionsLennart Poettering
2010-07-04uniformly suffix time span properties with their unitLennart Poettering
2010-07-04dbus: complete exec status coverageLennart Poettering
2010-07-04dbus: complete exec coverageLennart Poettering
2010-07-02execute: check tcpwrap for sockets passed via new-style socket passing as well.Lennart Poettering
2010-07-01core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...Lennart Poettering
2010-06-19don't use 'long long' unless we have a really good reason toLennart Poettering
2010-06-18execute: handle format strings in User= and other directivesLennart Poettering
2010-06-16service: optionally call into PAM when dropping priviligesLennart Poettering
2010-06-16execute: setup namespace after doing NSS callsLennart Poettering
2010-06-16tcpwrap: execute tcpwrap check in forked client, to avoid blocking name looku...Lennart Poettering
2010-05-22execute: fix typoLennart Poettering
2010-05-22execute: only reset those signals to the default we really need to reset to t...Lennart Poettering
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 internal...Lennart Poettering
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 nome...Lennart Poettering
2010-05-19service: by default send service output to syslog, except for SysV services w...Lennart Poettering
2010-05-18main: ignore EPERM in TIOCSTTY when opening terminal for crash shellLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering