summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)Author
2012-04-11move libsystemd_core.la sources into core/Kay Sievers
2012-04-03service: schedule JOB_RESTART from SERVICE_AUTO_RESTART stateDavid Ward
2012-03-12conf: enforce UTF8 validty everywhereLennart Poettering
2012-03-06socket: rename 'broken' failure result to 'failed-permanent' on order not to ...Lennart Poettering
2012-03-05socket: fail the socket if the service keeps dying on startMichal Schmidt
2012-02-09service: imply NotifyAccess=main if WatchdogSec= is usedLennart Poettering
2012-02-09service: add StartLimitInterval/StartLimitBurst/StartLimitActionMichael Olbrich
2012-02-09service: ignore SIGPIPE by defaultsystemd/v41Lennart Poettering
2012-02-08service: set WATCHDOG_USEC environmen variableMichael Olbrich
2012-02-08service: introduce WatchdogSec and hook up the watchdog with the existing fai...Michael Olbrich
2012-02-03socket: replace failure boolean by enumLennart Poettering
2012-02-03service: replace "failure" boolean by enum, and export itLennart Poettering
2012-02-01service: add watchdog timestampMichael Olbrich
2012-01-20service: add missing pid file unwatch in the destructorMichal Schmidt
2012-01-16unit: use safe downcasts, remove pointless castsMichal Schmidt
2012-01-16unit: use the UNIT() macro consistentlyMichal Schmidt
2012-01-16unit: remove union UnitMichal Schmidt
2012-01-16unit: reduce heap usage for unit objectsMichal Schmidt
2012-01-11service: brutally slaughter processes that are running in the cgroup when we ...Lennart Poettering
2012-01-06unit: properly update references to units which are mergedLennart Poettering
2012-01-06service: add dependencies on configured socketsLennart Poettering
2012-01-06journal: introduce log target 'journal' for executed processesLennart Poettering
2011-12-16service: use 'syslog+console' for sysv_consoleMichal Schmidt
2011-12-03service: stop the service if ExecStartPost ends with a failureMichal Schmidt
2011-12-03service: handle services with racy daemonization gracefullyMichal Schmidt
2011-11-10service: don't warn if the pidfile still exists after SIGCHLDMichal Schmidt
2011-11-02Add Mageia supportDexter Morgan
2011-10-17service: Drop rcN.d runlevels from SysV services that also exist in rcS.dTollef Fog Heen
2011-10-11service: don't try to guess PID for SysV services anymoreLennart Poettering
2011-09-23service: fix up std output/error before we add dependencies to the bridge socketLennart Poettering
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