index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
service.c
Age
Commit message (
Expand
)
Author
2012-07-23
sd-daemon: remove unnecessary memset calls
Jim Meyering
2012-07-20
units: apply default resource limits to socket/mount/swap processes too
Lennart Poettering
2012-07-20
core: drop KillMode parameter from KillUnit() bus call
Lennart Poettering
2012-07-20
unit: split off KillContext from ExecContext containing only kill definitions
Lennart Poettering
2012-07-18
service: don't print a warning if we are in autorestart state, and can't star...
Lennart Poettering
2012-07-18
service: make start jobs wait, not fail, when an automatic restart is queued
Lennart Poettering
2012-07-16
unit: set default working directory to the user's home directory when running...
Lennart Poettering
2012-07-13
unit: rename BindTo= to BindsTo=
Lennart Poettering
2012-07-13
util: rename join() to strjoin()
Lennart Poettering
2012-07-10
unit: get rid of UnitVTable.suffix, which is now unused
Lennart Poettering
2012-07-04
service: flush the start counter in "systemctl reset-failed"
Lennart Poettering
2012-06-26
service: pass via FAILED/DEAD before going to AUTO_RESTART
Michal Schmidt
2012-06-26
service: fix incorrect argument
Michal Schmidt
2012-06-22
core: remove sysv_console option
Lennart Poettering
2012-06-22
journal: set the _SYSTEMD_UNIT field for messages from terminated processes
Eelco Dolstra
2012-06-15
service: timeout for oneshot services
Lukas Nykryn
2012-05-24
service: for Type=idle units consider START_PRE, START, START_POST all as ACTIVE
Lennart Poettering
2012-05-22
units: remove service sysv_path variable and replace it by generic unit_path
Lennart Poettering
2012-05-22
service: fix auto-restart handling in service_start()
David Ward
2012-05-22
service: fix auto-restart handling in service_stop()
David Ward
2012-05-22
service: actually delay auto-restart if another job is pending
David Ward
2012-05-21
main: allow system wide limits for services
Frederic Crozat
2012-05-14
unit: unit type dependent status messages
Michal Schmidt
2012-05-08
util: split-out path-util.[ch]
Kay Sievers
2012-05-03
service: explicitly remove control/ subcgroup after each control command
Lennart Poettering
2012-05-03
service: default to Type=dbus if BusName= is specified
Lennart Poettering
2012-05-03
service: warn if a dbus name is specified but the service type is not dbus
Lennart Poettering
2012-04-24
service: introduce Type=idle and use it for gettys
Lennart Poettering
2012-04-13
service: place control command in subcgroup control/
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers