chiark / gitweb /
install: implement systemd-install realize
[elogind.git] / fixme
1 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
2
3 * implicitly import "defaults" settings file into all types
4
5 * add #ifdefs for non-sysv builds
6
7 * reinvestigate random seed, hwclock
8
9 * "disabled" load state?
10
11 * ability to kill services? i.e. in contrast to stopping them, go directly
12   into killing mode?
13
14 * port over to LISTEN_FDS/LISTEN_PID:
15
16    - uuidd    DONE
17    - nscd     DONE
18    - dbus     DONE
19    - rsyslog  DONE
20    - rpcbind (/var/run/rpcbind.sock!) DONE
21    - cups     DONE
22    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
23    - ssh      CLASSIC
24    - postfix, saslauthd
25    - apache/samba
26    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
27    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
28    - distccd
29
30 * write utmp record a la upstart for processes
31
32 * follow property change dbus spec
33
34 * selinux
35
36 * systemctl status $PID, systemctl stop $PID!
37
38 External:
39
40 * patch /etc/init.d/functions with:
41
42   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
43
44 Regularly:
45
46 * look for close() vs. close_nointr() vs. close_nointr_nofail()
47
48 * check for strerror(r) instead of strerror(-r)
49
50 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
51
52 * %m in printf() instead of strerror();