Systemd/fixme

53 lines
1.2 KiB
Plaintext
Raw Normal View History

* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
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
* add #ifdefs for non-sysv builds
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
* "disabled" load state?
2010-01-29 06:45:59 +01:00
2010-05-16 01:49:45 +02:00
* 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
- dbus DONE
2010-05-21 17:06:40 +02:00
- rsyslog DONE
2010-05-21 23:41:25 +02:00
- rpcbind (/var/run/rpcbind.sock!) DONE
- cups DONE
- avahi-daemon (/var/run/avahi-daemon/socket) DONE
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!)
- distccd
* write utmp record a la upstart for processes
* follow property change dbus spec
* selinux
* systemctl status $PID, systemctl stop $PID!
2010-07-10 00:49:00 +02:00
External:
* patch /etc/init.d/functions with:
if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
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)
* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
* %m in printf() instead of strerror();