summaryrefslogtreecommitdiff
path: root/src/manager.c
AgeCommit message (Collapse)Author
2010-06-18cgroup: make sure the user cannot accidentaly unmount our cgroup filesystemLennart Poettering
2010-06-18systemctl: add verbs for special unitsLennart Poettering
2010-06-17manager: expose a few special units via SIGRTMIN+x signalsLennart Poettering
2010-06-16service: optionally call into PAM when dropping priviligesLennart Poettering
2010-06-16notify: add minimal readiness/status protocol for spawned daemonsLennart Poettering
2010-06-15manager: split off path lookup logic into own .c fileLennart Poettering
2010-06-15manager: recheck unit paths on daemon reloadLennart Poettering
2010-06-05unit: when destructing units make sure we don't readd the unit to the gc ↵Lennart Poettering
queue after we already removed it there
2010-06-04unit: avoid assert on daemon reloadLennart Poettering
2010-06-04manager: dump to usual debug channel on SIGUSR2, don't rely on stdinLennart Poettering
2010-06-03unit: serialize jobs in addition to unitsLennart Poettering
2010-06-03manager: when we sweep the tree when looking for ordering cycles, remember ↵Lennart Poettering
and reuse if we already decided a tree was loop free, to improve speed drastically
2010-05-24unit: introduce exit.service for exiting from session instancesLennart Poettering
2010-05-24timer: fully implement timer unitsLennart Poettering
2010-05-22manager: link ~/.local/share/systemd/session to ~/.config/systemd/session if ↵Lennart Poettering
possible
2010-05-22manager: canonicalize search paths and filter out non-existing paths and ↵Lennart Poettering
those pointing to the same fs directory
2010-05-18manager: before entering loop dispatch queued up SIGCHLDsLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering