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.h
Age
Commit message (
Expand
)
Author
2015-04-05
service: remove unnecessary forward declare
Thomas Hindoe Paaboel Andersen
2015-03-02
core: expose consumed CPU time per unit
Lennart Poettering
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-01-06
core: add new logic for services to store file descriptors in PID 1
Lennart Poettering
2014-11-30
core: warn and ignore SysVStartPriority=
Zbigniew Jędrzejewski-Szmek
2014-10-28
core: send sigabrt on watchdog timeout to get the stacktrace
Umut Tezduyar Lindskog
2014-09-19
socket: introduce SELinuxContextFromNet option
Michal Sekletar
2014-09-08
service: hook up custom endpoint logic
Daniel Mack
2014-08-22
core: add support for a configurable system-wide start-up timeout
Lennart Poettering
2014-08-21
core: allow informing systemd about service status changes with RELOADING=1 a...
Lennart Poettering
2014-07-07
core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added Status...
Miguel Angel Ajo
2014-07-03
core: introduce new RestartForceExitStatus= service setting
Lennart Poettering
2014-06-07
Remove sysv parser from service.c
Thomas Hindoe Paaboel Andersen
2014-06-05
core: introduce new Restart=on-abnormal setting
Lennart Poettering
2014-04-24
service: rename StartLimitAction enum to FailureAction
Michael Olbrich
2014-04-24
service: add FailureAction= option
Michael Olbrich
2014-04-21
service: add support for reboot argument when triggered by StartLimitAction=
Michael Olbrich
2013-12-01
service: remove unneccesary Socket.got_socket_fd
Shawn Landden
2013-11-27
service: add the ability for units to join other unit's PrivateNetwork= and P...
Lennart Poettering
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-10-19
mount/service: drop FsckPassNo support
Tom Gundersen
2013-09-12
service: Implement 'on-watchdog' restart option
Hannes Reinecke
2013-06-27
core: general cgroup rework
Lennart Poettering
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2012-08-22
service: introduce a proper service result if the start limit is hit
Lennart Poettering
2012-08-14
service: add options RestartPreventExitStatus and SuccessExitStatus
Lukas Nykryn
2012-08-08
systemd: introduced new timeout types
Michal Sekletar
2012-07-20
unit: split off KillContext from ExecContext containing only kill definitions
Lennart Poettering
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-06-15
service: timeout for oneshot services
Lukas Nykryn
2012-05-22
units: remove service sysv_path variable and replace it by generic unit_path
Lennart Poettering
2012-04-24
service: introduce Type=idle and use it for gettys
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