summaryrefslogtreecommitdiff
path: root/src/unit.c
Commit message (Expand)AuthorAgeFilesLines
* unit: deduce following unit value dynamically instead of statically, to avoid...Lennart Poettering2010-07-211-2/+12
* device: do not merge devicesLennart Poettering2010-07-201-0/+3
* systemctl: introduce reset-maintenance commandLennart Poettering2010-07-191-0/+7
* job: timeout every job independently of the unitLennart Poettering2010-07-171-8/+18
* unit: introduce OnFailure dependencies to activate units on failure of other ...Lennart Poettering2010-07-171-11/+23
* systemctl: warn when operating on service files that changed on disk but have...Lennart Poettering2010-07-171-2/+23
* unit: allow units to have more than one instance idLennart Poettering2010-07-161-4/+14
* unit: disable retroactive starting/stopping of units when deserializingLennart Poettering2010-07-131-5/+7
* unit: retroactively start dependencies for job-less units tooLennart Poettering2010-07-131-7/+10
* cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering2010-07-121-37/+17
* unit: introduce IgnoreDependencyFailure=Lennart Poettering2010-07-121-2/+4
* cgroup: kill processes, not tasks and other cgroup changesLennart Poettering2010-07-111-2/+3
* cgroup: make cgroup controller name a constantLennart Poettering2010-07-101-3/+3
* unit: trim cgroups when going downLennart Poettering2010-07-101-0/+3
* main: add a few more useful diagnostic log messagesLennart Poettering2010-07-101-0/+3
* dbus: make errors reported via D-Bus more usefulLennart Poettering2010-07-081-14/+14
* log: bump up a number of log messages so that they are shown even if debug lo...Lennart Poettering2010-07-071-2/+2
* unit: don't cancel dependent jobs if a stopped daemon returned an error codeLennart Poettering2010-07-071-3/+1
* manager: optionally print status updates to console on bootLennart Poettering2010-07-071-9/+39
* dbus: send signals about jobs to the clients having created them unconditiona...Lennart Poettering2010-07-051-1/+2
* unit: add DefaultDependencies= settingLennart Poettering2010-07-031-6/+9
* unit: simplify things a little by introducing API to add two dependencies in ...Lennart Poettering2010-07-031-4/+58
* unit: shorten active state enums to make systemctl output nicerLennart Poettering2010-07-011-5/+5
* unit: add new abstracted maintenance state for unitsLennart Poettering2010-07-011-6/+20
* core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...Lennart Poettering2010-07-011-2/+2
* manager: get rid of destinction between running_as=system and running_as=init...Lennart Poettering2010-06-191-1/+1
* dbus: to make sure that systemd stays controllable during early bootup, regis...Lennart Poettering2010-06-191-2/+1
* systemctl: add verbs for special unitsLennart Poettering2010-06-181-0/+1
* set: introduce set_free_free()Lennart Poettering2010-06-151-7/+2
* unit: when destructing units make sure we don't readd the unit to the gc queu...Lennart Poettering2010-06-051-8/+6
* unit: avoid assert on daemon reloadLennart Poettering2010-06-041-4/+4
* unit: if a unit external changes state, consider that good enough for a job t...Lennart Poettering2010-06-041-32/+30
* unit: serialize jobs in addition to unitsLennart Poettering2010-06-031-0/+34
* path: add .path unit type for monitoring filesLennart Poettering2010-05-241-1/+3
* timer: fully implement timer unitsLennart Poettering2010-05-241-6/+8
* unit: add simple only-by-dependency flag for unitsLennart Poettering2010-05-211-2/+4
* logger: add an after dependency on the syslog dependencyLennart Poettering2010-05-201-1/+4
* service: when we cannot start due to rate limít consider that a real failureLennart Poettering2010-05-201-3/+4
* execute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to follow LOG_TARGET_xxx nome...Lennart Poettering2010-05-191-1/+1
* unit: don't gc units that are still in STUB stateLennart Poettering2010-05-181-0/+3
* build-sys: move source files to subdirectoryLennart Poettering2010-05-161-0/+1949