summaryrefslogtreecommitdiff
path: root/src/unit.h
AgeCommit message (Expand)Author
2011-06-21service: check whether sysv scripts where changedLennart Poettering
2011-06-21english: s/_per_/_by_/Lennart Poettering
2011-05-05unit: make ignoring in snapshots a per unit property, instead of a per unit t...Lennart Poettering
2011-04-16manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...Lennart Poettering
2011-04-07unit: introduce OnFailureIsolate=Lennart Poettering
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering
2011-03-09condition: take a timestamp and store last result of conditionsLennart Poettering
2011-02-28Spelling CorrectionsHarald Hoyer
2011-02-24job: also trigger on-failure dependencies when jobs faile due to dependencies...Lennart Poettering
2011-02-24unit: increase default timeout to 3minLennart Poettering
2011-01-20service: when reloading a service fails don't fail the entire service but jus...Lennart Poettering
2010-11-17cgroup: by default, duplicate service cgroup in the cpu hierarchyLennart Poettering
2010-11-15units: get rid of no_requires unit flag, and make crypto disks require crypts...Lennart Poettering
2010-11-14manager: always pull 'following' units into transactionLennart Poettering
2010-10-29unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weake...Lennart Poettering
2010-10-29unit: replace StopRetroactively= by BindTo= dependenciesLennart Poettering
2010-10-28unit: replace recursive_stop by stop_retroactively to simplify things a littleLennart Poettering
2010-10-22systemctl: introduce systemctl killLennart Poettering
2010-10-13unit: add minimal condition checker for unit startupLennart Poettering
2010-10-08unit: rename 'banned' load state to 'masked'Lennart Poettering
2010-10-08systemctl: fix 'systemctl enable getty@.service'Lennart Poettering
2010-10-08unit: introduce 'banned' load state for units symlinked to /dev/nullLennart Poettering
2010-10-06systemctl: require correctly formed unit names when enabling unitsLennart Poettering
2010-10-05socket: make sockets to pass to a service configurableLennart Poettering
2010-09-14target: add implicit target/unit ordering deps only if both sides have been f...Lennart Poettering
2010-09-06man: Fix small typo: s/seperate/separate/Michael Biebl
2010-09-01unit: unify some codeLennart Poettering
2010-08-31manager: add missing second part of s/maintenance/failed/Matthew Miller
2010-08-30unit: introduce AllowIsolate= switchLennart Poettering
2010-08-20dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering
2010-08-17emacs: disable tabs in .h files, tooLennart Poettering
2010-08-12unit: don't show ENOENT configuration file warnings for units that are not es...Lennart Poettering
2010-08-11gc: remove a lot of unused codeLennart Poettering
2010-08-11pahole: rearrange structs to make them smallerLennart Poettering
2010-08-11utmp: enable systemd-update-utmp by defaultLennart Poettering
2010-08-11socket: disable GC for pre-allocated per-connection service until it is usedLennart Poettering
2010-08-11unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManu...Lennart Poettering
2010-08-09manager: when two pending jobs conflict, keep the one that "conflicts", remov...Lennart Poettering
2010-07-21unit: deduce following unit value dynamically instead of statically, to avoid...Lennart Poettering
2010-07-20device: do not merge devicesLennart Poettering
2010-07-19systemctl: introduce reset-maintenance commandLennart Poettering
2010-07-17job: timeout every job independently of the unitLennart Poettering
2010-07-17unit: introduce OnFailure dependencies to activate units on failure of other ...Lennart Poettering
2010-07-17systemctl: warn when operating on service files that changed on disk but have...Lennart Poettering
2010-07-13units: make maximum unit name longer, since DM names manager to hit the limitLennart Poettering
2010-07-12unit: introduce IgnoreDependencyFailure=Lennart Poettering
2010-07-10execute: add ability to configure the kill signalLennart Poettering
2010-07-07manager: optionally print status updates to console on bootLennart Poettering
2010-07-03unit: add DefaultDependencies= settingLennart Poettering
2010-07-03unit: simplify things a little by introducing API to add two dependencies in ...Lennart Poettering