chiark / gitweb /
service: honour suse style Kxx links in boot.d/ directory
[elogind.git] / fixme
1 * timer
2
3 * enforce max number of concurrent connection limit in sockets.
4
5 * complete dbus exposure
6
7 * make conf parser work more like .desktop parsers
8
9 * implicitly import "defaults" settings file into all types
10
11 * write .service file install tool
12     [Install]
13     WantedBy=graphical.target
14     Names=prefdm.service
15
16 * service startup should be delayed if the matching socket is being started
17
18 * add #ifdefs for non-redhat builds in sysv parser
19
20 * add #ifdefs for non-sysv builds
21
22 * bootchart hookup
23
24 * reinvestigate random seed, hwclock
25
26 * "disabled" load state?
27
28 * uid are 32bit
29
30 * %m in printf() instead of strerror();
31
32 * gc: don't reap broken services
33
34 * iCalendar semantics for the timer stuff (RFC2445)
35
36 * provide sysv-like command line utilities
37
38 * ability to kill services? i.e. in contrast to stopping them, go directly
39   into killing mode?
40
41 * port over to LISTEN_FDS/LISTEN_PID:
42
43    - uuidd    DONE
44    - nscd     DONE
45    - dbus     DONE
46    - rsyslog  DONE
47    - rpcbind (/var/run/rpcbind.sock!) DONE
48    - cups     DONE
49    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
50    - ssh      CLASSIC
51    - postfix, saslauthd
52    - apache/samba
53    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
54    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
55    - distccd
56
57 * teach dbus to talk to systemd when autospawning services
58
59 * regnerate unit/sysv search paths on daemon reload
60
61 * write utmp record a la upstart for processes
62
63 * run PAM session stuff
64
65 * tcpwrap
66
67 * use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel)
68
69 Regularly:
70
71 * look for close() vs. close_nointr() vs. close_nointr_nofail()
72
73 * check for strerror(r) instead of strerror(-r)