summaryrefslogtreecommitdiffstats
path: root/src/service.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: use 'syslog+console' for sysv_consoleMichal Schmidt2011-12-161-1/+1
* service: stop the service if ExecStartPost ends with a failureMichal Schmidt2011-12-031-12/+14
* service: handle services with racy daemonization gracefullyMichal Schmidt2011-12-031-21/+154
* service: don't warn if the pidfile still exists after SIGCHLDMichal Schmidt2011-11-101-4/+5
* Add Mageia supportDexter Morgan2011-11-021-1/+2
* service: Drop rcN.d runlevels from SysV services that also exist in rcS.dTollef Fog Heen2011-10-171-1/+8
* service: don't try to guess PID for SysV services anymoreLennart Poettering2011-10-111-0/+1
* service: fix up std output/error before we add dependencies to the bridge socketLennart Poettering2011-09-231-2/+2
* coverity: fix a couple of bugs found by coverityLennart Poettering2011-09-231-1/+1
* service: warn if a service fails to write its PID fileMichal Schmidt2011-09-221-6/+10
* service: if StandardInput=socket and StandardOutput=inherit imply socket for ...Lennart Poettering2011-09-221-5/+24
* service: minor change in service_load_pid_file return valueMichal Schmidt2011-09-211-2/+2
* service: handle forking services that move to a new PIDMichal Schmidt2011-09-211-3/+15
* service: drop broken support for X-Interactive fields in LSB headersLennart Poettering2011-09-201-13/+0
* service: all rcS.d scripts have been converted on FrugalwareMiklos Vajna2011-08-241-1/+1
* exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering2011-08-201-0/+1
* service: parse insserv.conf and plugs its system facilities into systemd.Frederic Crozat2011-08-021-0/+70
* util: use join() instead of asprintf() as an optimizationLennart Poettering2011-08-011-8/+10
* util: various optimizations, using join()Lennart Poettering2011-08-011-1/+2
* load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering2011-08-011-0/+4
* unit: use ESRCH as error when we don't find anybody to killLennart Poettering2011-07-131-2/+2
* service: properly handle who argument on D-Bus kill callsLennart Poettering2011-07-121-8/+10
* manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering2011-07-061-1/+1
* service: 'pidfile:' in SysV chkconfig header implies a real daemonMichal Schmidt2011-07-051-1/+1
* manager: don't even think of enumerating sysv services in user instancesLennart Poettering2011-07-011-0/+3
* service: check whether sysv scripts where changedLennart Poettering2011-06-211-0/+40
* dbus: introduce UnsetAndSetEnvironment()Lennart Poettering2011-06-211-4/+4
* english: s/_per_/_by_/Lennart Poettering2011-06-211-2/+2
* exec: hangup/reset/deallocate VTs in gettysLennart Poettering2011-05-181-2/+2
* build-sys: Angstrom supportKoen Kooi2011-05-091-5/+5
* service: properly notice when services with a main process that isn't a child...Lennart Poettering2011-04-281-19/+34
* cgroup: don't accidentaly trim on reloadLennart Poettering2011-04-201-1/+1
* units: rename rtc-set.target to time-sync.target and pull it in by hwclock-lo...Lennart Poettering2011-04-061-1/+1
* service: fix units with more than one socketLennart Poettering2011-04-061-2/+2
* src: our lord is coverityLennart Poettering2011-03-311-2/+3
* unit: never apply /etc/rcN.d/ priority to native servicesLennart Poettering2011-03-301-3/+10
* exec: drop process group kill mode since it has little use and confuses the userLennart Poettering2011-03-291-10/+5
* service: pull in sysv facility targets from the sysv units, not the other way...Lennart Poettering2011-03-181-10/+15
* special: get rid of dbus.targetLennart Poettering2011-03-181-1/+1
* def: centralize definition of default timeout in one placeLennart Poettering2011-03-171-4/+3
* core: move abstract namespace sockets to /dev/.runLennart Poettering2011-03-141-1/+1
* build-sys: add Mandriva distribution supportv20Andrey Borzenkov2011-03-081-0/+6
* service: use uppercase SYSV prefix to make it easier to recognizeLennart Poettering2011-03-081-1/+1
* service: prefix description with LSB only if script has LSB header, use 'SysV...Lennart Poettering2011-03-081-1/+1
* service: drop redundant check in sysv_translate_facilityLennart Poettering2011-03-061-3/+1
* kill: always send SIGCONT after SIGTERMLennart Poettering2011-03-031-8/+8
* Spelling CorrectionsHarald Hoyer2011-02-281-3/+3
* service: never clean up a service that still has a process in itLennart Poettering2011-02-251-5/+13
* exec: introduce global defaults for the standard output of servicesLennart Poettering2011-02-151-1/+3
* service: make main pid guessing optional, and reread pid file after reloadsLennart Poettering2011-02-131-6/+16