blob: c6978fb186aa8bb3fe6f8666275b21648081d90d [file] [log] [blame]
Lennart Poettering8c6db832010-06-21 23:27:18 +02001* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
Lennart Poettering75787bb2010-01-26 04:19:18 +01002
Lennart Poettering129126f2010-05-16 01:49:45 +02003* implicitly import "defaults" settings file into all types
Lennart Poettering75787bb2010-01-26 04:19:18 +01004
Lennart Poettering129126f2010-05-16 01:49:45 +02005* add #ifdefs for non-sysv builds
Lennart Poettering75787bb2010-01-26 04:19:18 +01006
Lennart Poettering129126f2010-05-16 01:49:45 +02007* reinvestigate random seed, hwclock
Lennart Poettering75787bb2010-01-26 04:19:18 +01008
Lennart Poettering129126f2010-05-16 01:49:45 +02009* "disabled" load state?
Lennart Poetteringf94ea362010-01-29 06:45:59 +010010
Lennart Poettering129126f2010-05-16 01:49:45 +020011* ability to kill services? i.e. in contrast to stopping them, go directly
Lennart Poettering9eba9da2010-01-29 20:46:22 +010012 into killing mode?
Lennart Poettering94f04342010-01-30 01:55:42 +010013
Lennart Poettering129126f2010-05-16 01:49:45 +020014* port over to LISTEN_FDS/LISTEN_PID:
Lennart Poetteringa625ac12010-02-05 01:11:01 +010015
16 - uuidd DONE
Lennart Poettering02622252010-02-12 02:02:33 +010017 - nscd DONE
Lennart Poettering9726b292010-05-21 03:31:49 +020018 - dbus DONE
Lennart Poettering88ce42f2010-05-21 17:06:40 +020019 - rsyslog DONE
Lennart Poetteringc0120d92010-05-21 23:41:25 +020020 - rpcbind (/var/run/rpcbind.sock!) DONE
21 - cups DONE
22 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
Lennart Poettering874aa2c2010-02-14 22:45:08 +010023 - ssh CLASSIC
Lennart Poetteringa625ac12010-02-05 01:11:01 +010024 - postfix, saslauthd
Lennart Poetteringa625ac12010-02-05 01:11:01 +010025 - apache/samba
26 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
27 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
Lennart Poetteringa625ac12010-02-05 01:11:01 +010028 - distccd
29
Lennart Poettering6d526de2010-05-23 01:56:54 +020030* write utmp record a la upstart for processes
31
Lennart Poettering7e4249b2010-06-15 02:51:55 +020032* follow property change dbus spec
33
Lennart Poettering5b6319d2010-06-16 21:54:17 +020034* selinux
35
Lennart Poettering582a5072010-07-10 15:42:24 +020036* systemctl status $PID, systemctl stop $PID!
37
Lennart Poettering4445a872010-07-16 02:56:00 +020038* timeout waiting for mount devices?
39
Lennart Poettering772a5992010-07-16 03:17:34 +020040* default logic for serial getty, ck logging, ssh readahead
Lennart Poettering4445a872010-07-16 02:56:00 +020041
42* place /etc/inittab with explaining blurb.
43
44* OnFailure=foo.unit
45
46* default.target must be %ghosted...
47
Lennart Poettering4445a872010-07-16 02:56:00 +020048* In command lines, support both "$FOO" and $FOO
49
50* systemd-install disable should recursively kill all symlinks
51
Lennart Poettering4445a872010-07-16 02:56:00 +020052* in %post create all symlinks manually and use inittab data
53
54* check mtimes of dirs and unit files in systemctl
55
56* /etc must always take precedence even if we follow symlinks!
57
Lennart Poettering4445a872010-07-16 02:56:00 +020058* /lib/init/rw
59
60* vielleicht implizit immer auf syslog dependen?
61
Lennart Poettering772a5992010-07-16 03:17:34 +020062* debian deadlock when partition auf noauto is.
63
Lennart Poetteringcac6f7c2010-07-16 19:41:11 +020064* maintenance units mΓΌssen vergessen werden
65
66* maintenance muss dokumentiert werden
67
Lennart Poettering0ff3dea2010-07-16 21:31:34 +020068* fingerprint.target, smartcard.target, wireless.target, gps.target
69
Lennart Poettering61249582010-07-01 00:31:53 +020070External:
Lennart Poetteringe4b61342010-06-17 22:57:28 +020071
Lennart Poetteringf9704702010-06-19 01:06:09 +020072* patch /etc/init.d/functions with:
73
74 if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
75
Lennart Poettering14bd37f2010-07-14 15:13:34 +020076https://bugzilla.redhat.com/show_bug.cgi?id=614245
77https://bugzilla.redhat.com/show_bug.cgi?id=612789
78https://bugzilla.redhat.com/show_bug.cgi?id=612728
79https://bugzilla.redhat.com/show_bug.cgi?id=612712
80
Lennart Poettering129126f2010-05-16 01:49:45 +020081Regularly:
Lennart Poettering5021be22010-02-14 22:47:08 +010082
Lennart Poettering129126f2010-05-16 01:49:45 +020083* look for close() vs. close_nointr() vs. close_nointr_nofail()
84
85* check for strerror(r) instead of strerror(-r)
Lennart Poettering5b6319d2010-06-16 21:54:17 +020086
87* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
Lennart Poettering8c6db832010-06-21 23:27:18 +020088
89* %m in printf() instead of strerror();