Systemd/fixme

71 lines
1.5 KiB
Plaintext
Raw Normal View History

2010-05-16 01:49:45 +02:00
* timer
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* enforce max number of concurrent connection limit in sockets.
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* complete dbus exposure
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* make conf parser work more like .desktop parsers
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* implicitly import "defaults" settings file into all types
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* write .service file install tool
[Install]
WantedBy=graphical.target
Names=prefdm.service
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* service startup should be delayed if the matching socket is being started
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* add #ifdefs for non-redhat builds in sysv parser
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* add #ifdefs for non-sysv builds
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* bootchart hookup
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* reinvestigate random seed, hwclock
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* introduce serialized mode
2010-01-26 04:19:18 +01:00
2010-05-16 01:49:45 +02:00
* "disabled" load state?
2010-01-29 06:45:59 +01:00
2010-05-16 01:49:45 +02:00
* uid are 32bit
2010-05-16 01:49:45 +02:00
* %m in printf() instead of strerror();
2010-05-16 01:49:45 +02:00
* gc: don't reap broken services
* iCalendar semantics for the timer stuff (RFC2445)
2010-05-16 01:49:45 +02:00
* provide sysv-like command line utilities
* Add OnlyByDependency
* ability to kill services? i.e. in contrast to stopping them, go directly
into killing mode?
* port over to LISTEN_FDS/LISTEN_PID:
2010-02-05 01:11:01 +01:00
- uuidd DONE
2010-02-12 02:02:33 +01:00
- nscd DONE
2010-02-05 01:11:01 +01:00
- rpcbind (/var/run/rpcbind.sock!)
- dbus
- rsyslog
- cups
2010-02-14 22:45:08 +01:00
- ssh CLASSIC
2010-02-05 01:11:01 +01:00
- postfix, saslauthd
- apache/samba
- libvirtd (/var/run/libvirt/libvirt-sock-ro)
- bluetoothd (/var/run/sdp! @/org/bluez/audio!)
- avahi-daemon (/var/run/avahi-daemon/socket)
- distccd
2010-05-16 01:49:45 +02:00
* teach dbus to talk to systemd when autospawning services
* Figure out which signal handlers we actually have to reset in the
forked off child
2010-05-16 01:49:45 +02:00
Regularly:
2010-02-14 22:45:08 +01:00
2010-05-16 01:49:45 +02:00
* look for close() vs. close_nointr() vs. close_nointr_nofail()
2010-02-14 22:47:08 +01:00
2010-05-16 01:49:45 +02:00
* check for strerror(r) instead of strerror(-r)