diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-16 02:56:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-16 02:56:00 +0200 |
commit | 4445a8755774550cd5f1b41fb6067b07374a4163 (patch) | |
tree | 74d9a32dd0886db8b3fe537c2a1f5647c85014f8 /fixme | |
parent | 14bd37fe0bc8f02e906ce7d57ab00fb192a87223 (diff) |
systemctl: add to command for virtualizing the dependency tree with graphviz
Diffstat (limited to 'fixme')
-rw-r--r-- | fixme | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -35,6 +35,38 @@ * systemctl status $PID, systemctl stop $PID! +* systemctl list-units doesn't show units with actvie jobs? + +* timeout waiting for mount devices? + +* default logic for serial getty, ck logging, ssk readahead + +* place /etc/inittab with explaining blurb. + +* OnFailure=foo.unit + +* default.target must be %ghosted... + +* systemd.path muss irgendwie nen sinvolles Defaultdependencies=True kriegen, genaus timer usw. + +* In command lines, support both "$FOO" and $FOO + +* systemd-install disable should recursively kill all symlinks + +* __nss_disable_nscd() aufrufen um loops zu verhindern + +* in %post create all symlinks manually and use inittab data + +* check mtimes of dirs and unit files in systemctl + +* /etc must always take precedence even if we follow symlinks! + +* when adding default deps to targets, check if they are already there and skip + +* /lib/init/rw + +* vielleicht implizit immer auf syslog dependen? + External: * patch /etc/init.d/functions with: |