summaryrefslogtreecommitdiff
path: root/src/core/service.c
Commit message (Expand)AuthorAge
* service: no need to drop rc. prefix anymoreMiklos Vajna2013-03-24
* core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar2013-03-15
* core: single unit_kill implementation for all unit typesMichal Schmidt2013-03-13
* service: sysv - properly handle init scripts with .sh suffixMichael Biebl2013-03-06
* core/path: install inotify watches top-down instead of bottom-upZbigniew Jędrzejewski-Szmek2013-03-03
* core/service: use cleanup functions, wrap linesZbigniew Jędrzejewski-Szmek2013-03-03
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-14
* env: considerably beef up environment cleaning logicLennart Poettering2013-02-11
* core: unify kill code of mount, service, socket, swap unitsLennart Poettering2013-01-26
* service: make sure the watchdog timer is not restarted while stoppingMichael Olbrich2013-01-24
* service: really stop watchdog timer when stoppingMichael Olbrich2013-01-24
* unit: optionally allow making cgroup attribute changes persistentLennart Poettering2013-01-19
* core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler2013-01-18
* service: properly signal permanent failure of a service to its socketLennart Poettering2013-01-17
* service: ignore dependencies on $syslog and $local_fs in LSB scriptsLennart Poettering2013-01-16
* service: sysv - remove distribution specific targetsKay Sievers2013-01-16
* service: for Type=forking services, ignore exit status of main process depend...Lennart Poettering2013-01-14
* service: remove distribution specific comments, the code runs unconditional nowKay Sievers2013-01-12
* service: remove distribution specific comments, the code run unconditional nowKay Sievers2013-01-12
* systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek2013-01-06
* service: fixup after ifdef droppingZbigniew Jędrzejewski-Szmek2013-01-04
* service: drop inserv.conf parsingLennart Poettering2013-01-04
* service: drop the per-distro ifdefs in service.cLennart Poettering2013-01-04
* build-sys: drop TARGET_UBUNTULennart Poettering2012-11-24
* timer: implement calendar time eventsLennart Poettering2012-11-23
* manager: introduce watch_init() initializer for watchesLennart Poettering2012-11-22
* service: drop support for SysV scripts for the early bootLennart Poettering2012-11-16
* shutdown: readd explicit sync() when shutting downLennart Poettering2012-11-16
* service: drop special HTTP server target, as it is a bad idea anf Fedora spec...Lennart Poettering2012-10-31
* systemd: use structured logging for unit changesZbigniew Jędrzejewski-Szmek2012-10-18
* service: when invoking service processes in --user mode set MANAGERPID to PID...Lennart Poettering2012-10-18
* service: Heuristically determine whether SysV scripts support reloadMichael Stapelberg2012-10-16
* core: allow Type=oneshot services to have ExecReloadMantas Mikulėnas2012-10-16
* journal: completely rework the mmap cache as I too dumb to actually understan...Lennart Poettering2012-09-21
* core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek2012-09-18
* unit-printf: before resolving exec context specifiers check whether the objec...Lennart Poettering2012-09-18
* unit: split unit_printf() and friends into its own .c fileLennart Poettering2012-09-18
* conf-parser: don't unescape parsed configuration strings by defaultLennart Poettering2012-09-17
* service: don't hit an assert if a service unit changes type and we get a spur...Lennart Poettering2012-09-17
* service: introduce a proper service result if the start limit is hitLennart Poettering2012-08-22
* service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn2012-08-14
* systemd: introduced new timeout typesMichal Sekletar2012-08-08
* sd-daemon: remove unnecessary memset callsJim Meyering2012-07-23
* units: apply default resource limits to socket/mount/swap processes tooLennart Poettering2012-07-20
* core: drop KillMode parameter from KillUnit() bus callLennart Poettering2012-07-20
* unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering2012-07-20
* service: don't print a warning if we are in autorestart state, and can't star...Lennart Poettering2012-07-18
* service: make start jobs wait, not fail, when an automatic restart is queuedLennart Poettering2012-07-18
* unit: set default working directory to the user's home directory when running...Lennart Poettering2012-07-16
* unit: rename BindTo= to BindsTo=Lennart Poettering2012-07-13