summaryrefslogtreecommitdiff
path: root/src/execute.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-09service: ignore SIGPIPE by defaultv41Lennart Poettering1-0/+2
2012-01-18persistant -> persistentKay Sievers1-1/+1
2012-01-18exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering1-0/+1
2012-01-06journal: introduce log target 'journal' for executed processesLennart Poettering1-0/+2
2012-01-05execute: talk directly to the journald, instead to the stdout-syslog-bridgeLennart Poettering1-2/+0
2011-08-30stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering1-1/+1
2011-08-20exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering1-0/+2
2011-08-02exec: introduce PrivateNetwork= process option to turn off network access to ...Lennart Poettering1-0/+1
2011-06-30exec: add ControlGroupModify= switch to allow changing access mode to cgroups fsLennart Poettering1-0/+2
2011-06-15execute: fix function prototypeLennart Poettering1-2/+2
2011-05-18exec: hangup/reset/deallocate VTs in gettysLennart Poettering1-1/+6
2011-03-29exec: drop process group kill mode since it has little use and confuses the userLennart Poettering1-1/+0
2011-03-28execute: socket isn't abstract anymoreLennart Poettering1-1/+0
2011-03-28use /run instead of /dev/.runKay Sievers1-1/+1
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering1-4/+0
2011-03-14core: move abstract namespace sockets to /dev/.runLennart Poettering1-1/+1
2011-03-04execute: load environment files at time of execution, not when we load the se...Lennart Poettering1-0/+4
2011-02-15execute: optionally forward program output to /dev/console in addition to sys...Lennart Poettering1-0/+2
2011-01-18execute: make sending of SIGKILL on shutdown optionalLennart Poettering1-0/+1
2010-10-22systemctl: introduce systemctl killLennart Poettering1-0/+14
2010-10-08service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering1-1/+3
2010-09-03work around busted capability.hKay Sievers1-0/+1
2010-08-31exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interfaceLennart Poettering1-2/+2
2010-08-20service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and deco...Lennart Poettering1-46/+0
2010-08-17emacs: disable tabs in .h files, tooLennart Poettering1-1/+1
2010-08-11pahole: rearrange structs to make them smallerLennart Poettering1-14/+15
2010-07-12execute: optionally ignore return status of invoked commandsLennart Poettering1-0/+1
2010-07-10execute: add ability to configure the kill signalLennart Poettering1-0/+13
2010-07-08execute: if the main process of a service already owns the TTY, don't wait fo...Lennart Poettering1-0/+1
2010-07-05turn negative options into positive optionsLennart Poettering1-2/+2
2010-07-04uniformly suffix time span properties with their unitLennart Poettering1-2/+2
2010-07-04dbus: complete exec status coverageLennart Poettering1-1/+2
2010-07-04dbus: complete exec coverageLennart Poettering1-3/+3
2010-07-01core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...Lennart Poettering1-2/+2
2010-06-16service: optionally call into PAM when dropping priviligesLennart Poettering1-1/+4
2010-06-16tcpwrap: execute tcpwrap check in forked client, to avoid blocking name looku...Lennart Poettering1-1/+4
2010-05-22execute: fix typoLennart Poettering1-1/+1
2010-05-22execute: only reset those signals to the default we really need to reset to t...Lennart Poettering1-0/+4
2010-05-19execute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to follow LOG_TARGET_xxx nome...Lennart Poettering1-1/+1
2010-05-16build-sys: move source files to subdirectoryLennart Poettering1-0/+221