summaryrefslogtreecommitdiff
path: root/load-fragment.c
AgeCommit message (Expand)Author
2010-05-16build-sys: move source files to subdirectoryLennart Poettering
2010-05-16logger: support printk() style priority prefixesLennart Poettering
2010-05-14execute: fix bad jumpLennart Poettering
2010-05-09swap: add .swap unit typeMaarten Lankhorst
2010-04-24build fix for opensuseKay Sievers
2010-04-24load-fragment: replace % specifiers in descriptionsLennart Poettering
2010-04-23load-fragment: show a couple of more types in --dump-configuration-itemsLennart Poettering
2010-04-23load-fragment: allow timeout specifications such as '7min 5s'Lennart Poettering
2010-04-21execute: support basic filesystem namespacingLennart Poettering
2010-04-21manager: automatically GC unreferenced unitsLennart Poettering
2010-04-16automount: implement automount unit typeLennart Poettering
2010-04-15units: rename [Meta] section to [Unit]Lennart Poettering
2010-04-15service: optionally, trie dbus name cycle to service cycleLennart Poettering
2010-04-15socket: optionally call accept() for incoming connections and spawn one servi...Lennart Poettering
2010-04-15core: add minimal templating systemLennart Poettering
2010-04-13load-fragment: simplify fragment loading code by using macrosLennart Poettering
2010-04-13rework tty handlingLennart Poettering
2010-04-10mount: implement mounting properlyLennart Poettering
2010-04-10load-fragment: make socket timeout configurableLennart Poettering
2010-04-10load-fragment: move NonBlocking option from generic to service optionsLennart Poettering
2010-04-08execute: make kill mode configurableLennart Poettering
2010-04-07service: optionally, call setsid() on servicesLennart Poettering
2010-04-06rework merging/loading logicLennart Poettering
2010-04-06sysv: allow configuration of SysV start priority from new-style service files...Lennart Poettering
2010-03-31cgroup: add cgroupsificationLennart Poettering
2010-03-31execute: when running in session mode, still enforce proper ordering of logge...Lennart Poettering
2010-02-14execute: implement privilige dropping properlyLennart Poettering
2010-02-14load-fragment: prefer unit id over alias names when looking for fragmentsLennart Poettering
2010-02-14util: fix FOREACH_WORD macro definitionsLennart Poettering
2010-02-14execute: simplify appending to execution listLennart Poettering
2010-02-14unit: rename load_path to fragment_path to make clear what kind of configurat...Lennart Poettering
2010-02-13config: implement search path logicLennart Poettering
2010-02-12socket: allow configuration of socket/directory modeLennart Poettering
2010-02-12execute: allow configuration of O_NONBLOCK flag from .service filesLennart Poettering
2010-02-03build: basic autoconfizationLennart Poettering
2010-02-03license: add GPLv2+ license blurbs everwhereLennart Poettering
2010-02-02execute: allow configuration of SCHED_RESET_ON_FORKLennart Poettering
2010-01-30greatly extend what we enforce as process propertiesLennart Poettering
2010-01-29implement recursive_stop/stop_when_unneeded unit flagsLennart Poettering
2010-01-29support chrooting/setting of ioprio when spawningLennart Poettering
2010-01-29implement coldplugginLennart Poettering
2010-01-29add mount enumeratorLennart Poettering
2010-01-28make use of unit_add_dependency_by_name() where applicableLennart Poettering
2010-01-28set nice/oom_adjust only when asked forLennart Poettering
2010-01-28rework config file load logicLennart Poettering
2010-01-28implement proper logging for servicesLennart Poettering
2010-01-27port fragment loader to new utility functionsLennart Poettering
2010-01-27yay, we can start socket unitsLennart Poettering
2010-01-27fill commands into right fields for socketsLennart Poettering
2010-01-27implement drop-in directoriesLennart Poettering