blob: 3ed5fdfa2c560f60e608f3f46455cae34cfd0e85 [file] [log] [blame]
Lennart Poettering75787bb2010-01-26 04:19:18 +01001
2- mounts might take time, need to be executed asynchronously in a forked process?
3
4- need gc for active jobs that nothing cares for
5
Lennart Poettering87f0e412010-01-26 21:39:06 +01006- need gc for units that are not referenced anymore
Lennart Poettering75787bb2010-01-26 04:19:18 +01007
Lennart Poettering87f0e412010-01-26 21:39:06 +01008- refreshing of units (i.e. reload config files)
Lennart Poettering75787bb2010-01-26 04:19:18 +01009
10- dbusification
11
12- cgroupsification
13
14- udev hookup
15
16- snapshot system
17
Lennart Poettering75787bb2010-01-26 04:19:18 +010018- hookup with battery status, suspend/resume
19
20- add a job mode which shuts everything down but what is requested
21
Lennart Poettering75787bb2010-01-26 04:19:18 +010022- implement priv dropping
23
24- allow to disable priv dropping for hook scripts from fragment
25
26- implement timer
27
Lennart Poetteringc1e16012010-02-05 00:38:41 +010028- implement automount
Lennart Poettering75787bb2010-01-26 04:19:18 +010029
Lennart Poettering9eba9da2010-01-29 20:46:22 +010030- create session/pgroup for child processes? handle input on console properly? interactive fsck? interactive luks password?
Lennart Poettering75787bb2010-01-26 04:19:18 +010031
32- fs namespaces
33
34- templating/instances
35
Lennart Poettering87f0e412010-01-26 21:39:06 +010036- verify fragment data after loading: refuse cycles on yourself, service units contradicting, more than one Start executable, ...
Lennart Poettering75787bb2010-01-26 04:19:18 +010037
Lennart Poetteringacbb0222010-01-27 04:31:52 +010038- automatically delete stale unix sockets
Lennart Poettering071830f2010-01-28 02:06:20 +010039
40- .socket needs to be notified not only by .service state changes, but also unsuccessful start jobs
Lennart Poetteringf94ea362010-01-29 06:45:59 +010041
42- we probably cannot use glibc's syslog() for logging, since it
43 presumably uses the logging socket in blocking mode which might
44 trigger a deadlock if syslog does not process the socket anymore
45 (maybe because it is restarted) and the socket buffer is full.
Lennart Poettering9eba9da2010-01-29 20:46:22 +010046
47- in udev/mount if properties change we need to delete the old
48 settings and install the new settings. Deleting the old settings is
49 currently missing.
50
51- ability to kill services? i.e. in contrast to stopping them, go directly
52 into killing mode?
Lennart Poettering94f04342010-01-30 01:55:42 +010053
54- restart-on-success, restart-on-failure, restart-on-abort
Lennart Poetteringa625ac12010-02-05 01:11:01 +010055
56- port over to LISTEN_FDS/LISTEN_PID:
57
58 - uuidd DONE
Lennart Poettering02622252010-02-12 02:02:33 +010059 - nscd DONE
Lennart Poetteringa625ac12010-02-05 01:11:01 +010060 - rpcbind (/var/run/rpcbind.sock!)
61 - dbus
62 - rsyslog
63 - cups
64 - ssh
Lennart Poetteringa625ac12010-02-05 01:11:01 +010065 - postfix, saslauthd
Lennart Poetteringa625ac12010-02-05 01:11:01 +010066 - apache/samba
67 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
68 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
69 - avahi-daemon (/var/run/avahi-daemon/socket)
70 - distccd
71
72- teach dbus to talk to systemd when autospawning services
Lennart Poetteringb5a06992010-02-12 02:02:14 +010073
74- unix sockets chown()/chgrp()