blob: 513c32b69c8d8b38cbc4b6432241d05b9bb8cf88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
* timer
* enforce max number of concurrent connection limit in sockets.
* complete dbus exposure
* make conf parser work more like .desktop parsers
* implicitly import "defaults" settings file into all types
* write .service file install tool
[Install]
WantedBy=graphical.target
Names=prefdm.service
* service startup should be delayed if the matching socket is being started
* add #ifdefs for non-redhat builds in sysv parser
* add #ifdefs for non-sysv builds
* bootchart hookup
* reinvestigate random seed, hwclock
* "disabled" load state?
* uid are 32bit
* %m in printf() instead of strerror();
* gc: don't reap broken services
* iCalendar semantics for the timer stuff (RFC2445)
* provide sysv-like command line utilities
* ability to kill services? i.e. in contrast to stopping them, go directly
into killing mode?
* port over to LISTEN_FDS/LISTEN_PID:
- uuidd DONE
- nscd DONE
- dbus DONE
- rsyslog DONE
- rpcbind (/var/run/rpcbind.sock!) DONE
- cups DONE
- avahi-daemon (/var/run/avahi-daemon/socket) DONE
- ssh CLASSIC
- postfix, saslauthd
- apache/samba
- libvirtd (/var/run/libvirt/libvirt-sock-ro)
- bluetoothd (/var/run/sdp! @/org/bluez/audio!)
- distccd
* teach dbus to talk to systemd when autospawning services
* Figure out which signal handlers we actually have to reset in the
forked off child
* Add code to systemctl to wait for an operation to finish
Regularly:
* look for close() vs. close_nointr() vs. close_nointr_nofail()
* check for strerror(r) instead of strerror(-r)
|