summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)Author
2011-09-23coverity: fix a couple of bugs found by coverityLennart Poettering
2011-09-22service: warn if a service fails to write its PID fileMichal Schmidt
2011-09-22service: if StandardInput=socket and StandardOutput=inherit imply socket for ...Lennart Poettering
2011-09-21service: minor change in service_load_pid_file return valueMichal Schmidt
2011-09-21service: handle forking services that move to a new PIDMichal Schmidt
2011-09-20service: drop broken support for X-Interactive fields in LSB headersLennart Poettering
2011-08-24service: all rcS.d scripts have been converted on FrugalwareMiklos Vajna
2011-08-20exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering
2011-08-02service: parse insserv.conf and plugs its system facilities into systemd.Frederic Crozat
2011-08-01util: use join() instead of asprintf() as an optimizationLennart Poettering
2011-08-01util: various optimizations, using join()Lennart Poettering
2011-08-01load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering
2011-07-13unit: use ESRCH as error when we don't find anybody to killLennart Poettering
2011-07-12service: properly handle who argument on D-Bus kill callsLennart Poettering
2011-07-06manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering
2011-07-05service: 'pidfile:' in SysV chkconfig header implies a real daemonMichal Schmidt
2011-07-01manager: don't even think of enumerating sysv services in user instancesLennart Poettering
2011-06-21service: check whether sysv scripts where changedLennart Poettering
2011-06-21dbus: introduce UnsetAndSetEnvironment()Lennart Poettering
2011-06-21english: s/_per_/_by_/Lennart Poettering
2011-05-18exec: hangup/reset/deallocate VTs in gettysLennart Poettering
2011-05-09build-sys: Angstrom supportKoen Kooi
2011-04-28service: properly notice when services with a main process that isn't a child...Lennart Poettering
2011-04-20cgroup: don't accidentaly trim on reloadLennart Poettering
2011-04-06units: rename rtc-set.target to time-sync.target and pull it in by hwclock-lo...Lennart Poettering
2011-04-06service: fix units with more than one socketLennart Poettering
2011-03-31src: our lord is coverityLennart Poettering
2011-03-30unit: never apply /etc/rcN.d/ priority to native servicesLennart Poettering
2011-03-29exec: drop process group kill mode since it has little use and confuses the userLennart Poettering
2011-03-18service: pull in sysv facility targets from the sysv units, not the other way...Lennart Poettering
2011-03-18special: get rid of dbus.targetLennart Poettering
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering
2011-03-14core: move abstract namespace sockets to /dev/.runLennart Poettering
2011-03-08build-sys: add Mandriva distribution supportsystemd/v20Andrey Borzenkov
2011-03-08service: use uppercase SYSV prefix to make it easier to recognizeLennart Poettering
2011-03-08service: prefix description with LSB only if script has LSB header, use 'SysV...Lennart Poettering
2011-03-06service: drop redundant check in sysv_translate_facilityLennart Poettering
2011-03-03kill: always send SIGCONT after SIGTERMLennart Poettering
2011-02-28Spelling CorrectionsHarald Hoyer
2011-02-25service: never clean up a service that still has a process in itLennart Poettering
2011-02-15exec: introduce global defaults for the standard output of servicesLennart Poettering
2011-02-13service: make main pid guessing optional, and reread pid file after reloadsLennart Poettering
2011-01-20service: make chain of main commands and control commands independent of each...Lennart Poettering
2011-01-20service: don't allow reload operations for oneshot servicesLennart Poettering
2011-01-20systemctl: highlight failed processes in systemctl statusLennart Poettering
2011-01-20service: when reloading a service fails don't fail the entire service but jus...Lennart Poettering
2011-01-18service: if a reload operation fails, don't shut down the serviceLennart Poettering
2011-01-18execute: make sending of SIGKILL on shutdown optionalLennart Poettering
2011-01-17arch: remove support for legacy daemonsTom Gundersen
2011-01-07service: don't hit an assert if information in LSB headers is incorrectly for...Lennart Poettering