summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-12conf: enforce UTF8 validty everywhereLennart Poettering1-2/+11
2012-03-06socket: rename 'broken' failure result to 'failed-permanent' on order not to ...Lennart Poettering1-3/+3
2012-03-05socket: fail the socket if the service keeps dying on startMichal Schmidt1-4/+6
2012-02-09service: imply NotifyAccess=main if WatchdogSec= is usedLennart Poettering1-0/+3
2012-02-09service: add StartLimitInterval/StartLimitBurst/StartLimitActionMichael Olbrich1-5/+62
2012-02-09service: ignore SIGPIPE by defaultv41Lennart Poettering1-0/+1
2012-02-08service: set WATCHDOG_USEC environmen variableMichael Olbrich1-0/+6
2012-02-08service: introduce WatchdogSec and hook up the watchdog with the existing fai...Michael Olbrich1-2/+44
2012-02-03socket: replace failure boolean by enumLennart Poettering1-4/+4
2012-02-03service: replace "failure" boolean by enum, and export itLennart Poettering1-126/+166
2012-02-01service: add watchdog timestampMichael Olbrich1-0/+24
2012-01-20service: add missing pid file unwatch in the destructorMichal Schmidt1-11/+12
2012-01-16unit: use safe downcasts, remove pointless castsMichal Schmidt1-2/+2
2012-01-16unit: use the UNIT() macro consistentlyMichal Schmidt1-68/+68
2012-01-16unit: remove union UnitMichal Schmidt1-46/+46
2012-01-16unit: reduce heap usage for unit objectsMichal Schmidt1-0/+1
2012-01-11service: brutally slaughter processes that are running in the cgroup when we ...Lennart Poettering1-0/+10
2012-01-06unit: properly update references to units which are mergedLennart Poettering1-119/+28
2012-01-06service: add dependencies on configured socketsLennart Poettering1-0/+22
2012-01-06journal: introduce log target 'journal' for executed processesLennart Poettering1-1/+1
2011-12-16service: use 'syslog+console' for sysv_consoleMichal Schmidt1-1/+1
2011-12-03service: stop the service if ExecStartPost ends with a failureMichal Schmidt1-12/+14
2011-12-03service: handle services with racy daemonization gracefullyMichal Schmidt1-21/+154
2011-11-10service: don't warn if the pidfile still exists after SIGCHLDMichal Schmidt1-4/+5
2011-11-02Add Mageia supportDexter Morgan1-1/+2
2011-10-17service: Drop rcN.d runlevels from SysV services that also exist in rcS.dTollef Fog Heen1-1/+8
2011-10-11service: don't try to guess PID for SysV services anymoreLennart Poettering1-0/+1
2011-09-23service: fix up std output/error before we add dependencies to the bridge socketLennart Poettering1-2/+2
2011-09-23coverity: fix a couple of bugs found by coverityLennart Poettering1-1/+1
2011-09-22service: warn if a service fails to write its PID fileMichal Schmidt1-6/+10
2011-09-22service: if StandardInput=socket and StandardOutput=inherit imply socket for ...Lennart Poettering1-5/+24
2011-09-21service: minor change in service_load_pid_file return valueMichal Schmidt1-2/+2
2011-09-21service: handle forking services that move to a new PIDMichal Schmidt1-3/+15
2011-09-20service: drop broken support for X-Interactive fields in LSB headersLennart Poettering1-13/+0
2011-08-24service: all rcS.d scripts have been converted on FrugalwareMiklos Vajna1-1/+1
2011-08-20exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering1-0/+1
2011-08-02service: parse insserv.conf and plugs its system facilities into systemd.Frederic Crozat1-0/+70
2011-08-01util: use join() instead of asprintf() as an optimizationLennart Poettering1-8/+10
2011-08-01util: various optimizations, using join()Lennart Poettering1-1/+2
2011-08-01load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering1-0/+4
2011-07-13unit: use ESRCH as error when we don't find anybody to killLennart Poettering1-2/+2
2011-07-12service: properly handle who argument on D-Bus kill callsLennart Poettering1-8/+10
2011-07-06manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering1-1/+1
2011-07-05service: 'pidfile:' in SysV chkconfig header implies a real daemonMichal Schmidt1-1/+1
2011-07-01manager: don't even think of enumerating sysv services in user instancesLennart Poettering1-0/+3
2011-06-21service: check whether sysv scripts where changedLennart Poettering1-0/+40
2011-06-21dbus: introduce UnsetAndSetEnvironment()Lennart Poettering1-4/+4
2011-06-21english: s/_per_/_by_/Lennart Poettering1-2/+2
2011-05-18exec: hangup/reset/deallocate VTs in gettysLennart Poettering1-2/+2
2011-05-09build-sys: Angstrom supportKoen Kooi1-5/+5