chiark / gitweb /
job: timeout every job independently of the unit
[elogind.git] / fixme
diff --git a/fixme b/fixme
index 1796e0ab0584b7c4f9c81ce4f30feb5bf7f0b4fb..10573058bb9a827e51831a24ea3a874496873076 100644 (file)
--- a/fixme
+++ b/fixme
 
 * 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
+* /etc must always take precedence even if we follow symlinks!
 
-* in %post create all symlinks manually and use inittab data
+* /lib/init/rw
 
-* check mtimes of dirs and unit files in systemctl
+* vielleicht implizit immer auf syslog dependen?
 
-* /etc must always take precedence even if we follow symlinks!
+* debian deadlock when partition auf noauto is.
 
-* when adding default deps to targets, check if they are already there and skip
+* maintenance units müssen vergessen werden
 
-* /lib/init/rw
+* maintenance muss dokumentiert werden
 
-* vielleicht implizit immer auf syslog dependen?
+* fingerprint.target, wireless.target, gps.target
 
 External:
 
+* default.target must be %ghosted...
+
+* in %post create all symlinks manually and use inittab data
+
+* default logic for serial getty, ck logging, ssh readahead
+
 * patch /etc/init.d/functions with:
 
   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi