summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Collapse)Author
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering
2010-07-08service: set env var for stop/reload commandsLennart Poettering
2010-07-07util: use quoted word parsing where applicableLennart Poettering
2010-07-07log: bump up a number of log messages so that they are shown even if debug ↵Lennart Poettering
logging is disabled, for diagnostic purposes
2010-07-07service: fix parsing word size functionsLennart Poettering
2010-07-07util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word ↵Lennart Poettering
size
2010-07-07execute: change stdout inherit logic, when run as PID 1 use /dev/nullLennart Poettering
2010-07-07service: serialize exec statusLennart Poettering
2010-07-07unit: when reading description from LSB prefer short over long descriptionLennart Poettering
2010-07-07manager: optionally print status updates to console on bootLennart Poettering
2010-07-04dbus: complete exec status coverageLennart Poettering
2010-07-03unit: add DefaultDependencies= settingLennart Poettering
In order to simplify writing of unit files introduce default dependencies that are added to all units unless explictly disabled in a unit. This option can be switched off for select units that are involved in early boot-up ot late system shutdown, This should simplify service files for most normal daemons, but breaks existing service files for software involved in early boot (notably udev), which need to be updated for a DefaultDependencies=no setting)
2010-07-03unit: simplify things a little by introducing API to add two dependencies in ↵Lennart Poettering
one step
2010-07-01man: finish service man pageLennart Poettering
2010-07-01unit: shorten active state enums to make systemctl output nicerLennart Poettering
2010-07-01unit: add new abstracted maintenance state for unitsLennart Poettering
2010-06-22service: rework logic when we consider a service runningLennart Poettering
2010-06-19service: require KillMode=control-group when PAM is enabledLennart Poettering
2010-06-19unit: get rid of various unnecessary castsLennart Poettering
2010-06-19don't use 'long long' unless we have a really good reason toLennart Poettering
2010-06-19socket: enforce limit on number of concurrent connectionsLennart Poettering
2010-06-19service: honour empty cgroup even in ValidNoProcess modeLennart Poettering
2010-06-18service: add minimal access control logic for notifcation socketLennart Poettering
2010-06-18service: when we supervise a process, ensure it is our childLennart Poettering
2010-06-18systemctl: add verbs for special unitsLennart Poettering
2010-06-17service: rework PID parsing logic everywhereLennart Poettering
2010-06-16typo: the correct spelling is maintenance not maintainanceLennart Poettering
2010-06-16notify: add minimal readiness/status protocol for spawned daemonsLennart Poettering
2010-06-15service: never supervise ourselvesLennart Poettering
2010-06-15manager: split off path lookup logic into own .c fileLennart Poettering
2010-06-11reword a few log messagesLennart Poettering
2010-06-07service: honour suse style Kxx links in boot.d/ directoryLennart Poettering
2010-06-04service: handle properly if a dbus process terminates before acquiring the ↵Lennart Poettering
dbus name
2010-06-04units: introduce and explain sysinit.targetLennart Poettering
2010-06-02service: change default service type to 'simple' since that is the futureLennart Poettering
2010-05-24service: interpret Debian-style X-Interactive LSB header fieldLennart Poettering
2010-05-24unit: turn display-manager.target into a serviceLennart Poettering
2010-05-24service: add extended debian facilitiesLennart Poettering
2010-05-24service: be case insensitive when parsing LSB headers, because some Debian ↵Lennart Poettering
services use lower case fields
2010-05-24service: interpret suse/debian style X-Start-Before/X-Start-AfterLennart Poettering
2010-05-24path: add .path unit type for monitoring filesLennart Poettering
2010-05-20service: when start is repeated too often, consider that failureLennart Poettering
2010-05-20units: SUSE supportKay Sievers
2010-05-20service: when we cannot start due to rate limít consider that a real failureLennart Poettering
2010-05-20execute: reopen console in the spawned processes, if necessaryLennart Poettering
2010-05-19service: refuse to parse sysv scripts that are requested with a boot. prefix ↵Lennart Poettering
or .sh suffix
2010-05-19service: by default send service output to syslog, except for SysV services ↵Lennart Poettering
which should go to the console
2010-05-19service: sysv_chkconfig_order() actually has nothing to do with chkconfig ↵Lennart Poettering
anymore, so rename it
2010-05-19service: properly drop boot. prefix and .sh suffix from dependency names in ↵Lennart Poettering
the LSB headers
2010-05-16build-sys: move source files to subdirectoryLennart Poettering