2010-05-16 07:49:45 +08:00
|
|
|
* timer
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* enforce max number of concurrent connection limit in sockets.
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* complete dbus exposure
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* make conf parser work more like .desktop parsers
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* implicitly import "defaults" settings file into all types
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* write .service file install tool
|
2010-05-20 07:08:13 +08:00
|
|
|
[Install]
|
|
|
|
WantedBy=graphical.target
|
|
|
|
Names=prefdm.service
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* service startup should be delayed if the matching socket is being started
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* add #ifdefs for non-redhat builds in sysv parser
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* add #ifdefs for non-sysv builds
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* bootchart hookup
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* reinvestigate random seed, hwclock
|
2010-01-26 11:19:18 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* "disabled" load state?
|
2010-01-29 13:45:59 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* uid are 32bit
|
2010-01-30 03:46:22 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* %m in printf() instead of strerror();
|
2010-01-30 03:46:22 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* gc: don't reap broken services
|
|
|
|
|
|
|
|
* iCalendar semantics for the timer stuff (RFC2445)
|
2010-01-30 08:55:42 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* 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:
|
2010-02-05 08:11:01 +08:00
|
|
|
|
|
|
|
- uuidd DONE
|
2010-02-12 09:02:33 +08:00
|
|
|
- nscd DONE
|
2010-05-21 09:31:49 +08:00
|
|
|
- dbus DONE
|
2010-05-21 23:06:40 +08:00
|
|
|
- rsyslog DONE
|
2010-05-22 05:41:25 +08:00
|
|
|
- rpcbind (/var/run/rpcbind.sock!) DONE
|
|
|
|
- cups DONE
|
|
|
|
- avahi-daemon (/var/run/avahi-daemon/socket) DONE
|
2010-02-15 05:45:08 +08:00
|
|
|
- ssh CLASSIC
|
2010-02-05 08:11:01 +08:00
|
|
|
- postfix, saslauthd
|
|
|
|
- apache/samba
|
|
|
|
- libvirtd (/var/run/libvirt/libvirt-sock-ro)
|
|
|
|
- bluetoothd (/var/run/sdp! @/org/bluez/audio!)
|
|
|
|
- distccd
|
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* teach dbus to talk to systemd when autospawning services
|
|
|
|
|
2010-05-23 07:56:54 +08:00
|
|
|
* regnerate unit/sysv search paths on daemon reload
|
|
|
|
|
|
|
|
* write utmp record a la upstart for processes
|
|
|
|
|
|
|
|
* run PAM session stuff
|
|
|
|
|
|
|
|
* tcpwrap
|
|
|
|
|
2010-06-03 05:16:31 +08:00
|
|
|
* use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel)
|
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
Regularly:
|
2010-02-15 05:45:08 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* look for close() vs. close_nointr() vs. close_nointr_nofail()
|
2010-02-15 05:47:08 +08:00
|
|
|
|
2010-05-16 07:49:45 +08:00
|
|
|
* check for strerror(r) instead of strerror(-r)
|