summaryrefslogtreecommitdiff
path: root/src/core/service.c
AgeCommit message (Expand)Author
2013-01-24service: make sure the watchdog timer is not restarted while stoppingMichael Olbrich
2013-01-24service: really stop watchdog timer when stoppingMichael Olbrich
2013-01-19unit: optionally allow making cgroup attribute changes persistentLennart Poettering
2013-01-18core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler
2013-01-17service: properly signal permanent failure of a service to its socketLennart Poettering
2013-01-16service: ignore dependencies on $syslog and $local_fs in LSB scriptsLennart Poettering
2013-01-16service: sysv - remove distribution specific targetsKay Sievers
2013-01-14service: for Type=forking services, ignore exit status of main process depend...Lennart Poettering
2013-01-12service: remove distribution specific comments, the code runs unconditional nowKay Sievers
2013-01-12service: remove distribution specific comments, the code run unconditional nowKay Sievers
2013-01-06systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek
2013-01-04service: fixup after ifdef droppingZbigniew Jędrzejewski-Szmek
2013-01-04service: drop inserv.conf parsingLennart Poettering
2013-01-04service: drop the per-distro ifdefs in service.cLennart Poettering
2012-11-24build-sys: drop TARGET_UBUNTULennart Poettering
2012-11-23timer: implement calendar time eventsLennart Poettering
2012-11-22manager: introduce watch_init() initializer for watchesLennart Poettering
2012-11-16service: drop support for SysV scripts for the early bootLennart Poettering
2012-11-16shutdown: readd explicit sync() when shutting downLennart Poettering
2012-10-31service: drop special HTTP server target, as it is a bad idea anf Fedora spec...Lennart Poettering
2012-10-18systemd: use structured logging for unit changesZbigniew Jędrzejewski-Szmek
2012-10-18service: when invoking service processes in --user mode set MANAGERPID to PID...Lennart Poettering
2012-10-16service: Heuristically determine whether SysV scripts support reloadMichael Stapelberg
2012-10-16core: allow Type=oneshot services to have ExecReloadMantas Mikulėnas
2012-09-21journal: completely rework the mmap cache as I too dumb to actually understan...Lennart Poettering
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
2012-09-18unit-printf: before resolving exec context specifiers check whether the objec...Lennart Poettering
2012-09-18unit: split unit_printf() and friends into its own .c fileLennart Poettering
2012-09-17conf-parser: don't unescape parsed configuration strings by defaultLennart Poettering
2012-09-17service: don't hit an assert if a service unit changes type and we get a spur...Lennart Poettering
2012-08-22service: introduce a proper service result if the start limit is hitLennart Poettering
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn
2012-08-08systemd: introduced new timeout typesMichal Sekletar
2012-07-23sd-daemon: remove unnecessary memset callsJim Meyering
2012-07-20units: apply default resource limits to socket/mount/swap processes tooLennart Poettering
2012-07-20core: drop KillMode parameter from KillUnit() bus callLennart Poettering
2012-07-20unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering
2012-07-18service: don't print a warning if we are in autorestart state, and can't star...Lennart Poettering
2012-07-18service: make start jobs wait, not fail, when an automatic restart is queuedLennart Poettering
2012-07-16unit: set default working directory to the user's home directory when running...Lennart Poettering
2012-07-13unit: rename BindTo= to BindsTo=Lennart Poettering
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-07-10unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering
2012-07-04service: flush the start counter in "systemctl reset-failed"Lennart Poettering
2012-06-26service: pass via FAILED/DEAD before going to AUTO_RESTARTMichal Schmidt
2012-06-26service: fix incorrect argumentMichal Schmidt
2012-06-22core: remove sysv_console optionLennart Poettering
2012-06-22journal: set the _SYSTEMD_UNIT field for messages from terminated processesEelco Dolstra
2012-06-15service: timeout for oneshot servicesLukas Nykryn
2012-05-24service: for Type=idle units consider START_PRE, START, START_POST all as ACTIVELennart Poettering