summaryrefslogtreecommitdiff
path: root/src/service.c
Commit message (Expand)AuthorAgeFilesLines
* move libsystemd_core.la sources into core/Kay Sievers2012-04-111-3797/+0
* service: schedule JOB_RESTART from SERVICE_AUTO_RESTART stateDavid Ward2012-04-031-3/+6
* conf: enforce UTF8 validty everywhereLennart Poettering2012-03-121-2/+11
* socket: rename 'broken' failure result to 'failed-permanent' on order not to ...Lennart Poettering2012-03-061-3/+3
* socket: fail the socket if the service keeps dying on startMichal Schmidt2012-03-051-4/+6
* service: imply NotifyAccess=main if WatchdogSec= is usedLennart Poettering2012-02-091-0/+3
* service: add StartLimitInterval/StartLimitBurst/StartLimitActionMichael Olbrich2012-02-091-5/+62
* service: ignore SIGPIPE by defaultv41Lennart Poettering2012-02-091-0/+1
* service: set WATCHDOG_USEC environmen variableMichael Olbrich2012-02-081-0/+6
* service: introduce WatchdogSec and hook up the watchdog with the existing fai...Michael Olbrich2012-02-081-2/+44
* socket: replace failure boolean by enumLennart Poettering2012-02-031-4/+4
* service: replace "failure" boolean by enum, and export itLennart Poettering2012-02-031-126/+166
* service: add watchdog timestampMichael Olbrich2012-02-011-0/+24
* service: add missing pid file unwatch in the destructorMichal Schmidt2012-01-201-11/+12
* unit: use safe downcasts, remove pointless castsMichal Schmidt2012-01-161-2/+2
* unit: use the UNIT() macro consistentlyMichal Schmidt2012-01-161-68/+68
* unit: remove union UnitMichal Schmidt2012-01-161-46/+46
* unit: reduce heap usage for unit objectsMichal Schmidt2012-01-161-0/+1
* service: brutally slaughter processes that are running in the cgroup when we ...Lennart Poettering2012-01-111-0/+10
* unit: properly update references to units which are mergedLennart Poettering2012-01-061-119/+28
* service: add dependencies on configured socketsLennart Poettering2012-01-061-0/+22
* journal: introduce log target 'journal' for executed processesLennart Poettering2012-01-061-1/+1
* 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