summaryrefslogtreecommitdiff
path: root/src/core/service.c
AgeCommit message (Expand)Author
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
2012-05-22units: remove service sysv_path variable and replace it by generic unit_pathLennart Poettering
2012-05-22service: fix auto-restart handling in service_start()David Ward
2012-05-22service: fix auto-restart handling in service_stop()David Ward
2012-05-22service: actually delay auto-restart if another job is pendingDavid Ward
2012-05-21main: allow system wide limits for servicesFrederic Crozat
2012-05-14unit: unit type dependent status messagesMichal Schmidt
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-05-03service: explicitly remove control/ subcgroup after each control commandLennart Poettering
2012-05-03service: default to Type=dbus if BusName= is specifiedLennart Poettering
2012-05-03service: warn if a dbus name is specified but the service type is not dbusLennart Poettering
2012-04-24service: introduce Type=idle and use it for gettysLennart Poettering
2012-04-13service: place control command in subcgroup control/Lennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers