diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-05 19:49:15 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-05 19:50:00 +0200 |
commit | f976f3f67ce5140dc0ba48e0c21a91a553905c57 (patch) | |
tree | dbb2171d6d6d8b03ef58b2a8f53f0ba59c819a3e /fixme | |
parent | d9ff321ad9477664c34b81a9dd4fce616e44124e (diff) |
socket: make sockets to pass to a service configurable
Diffstat (limited to 'fixme')
-rw-r--r-- | fixme | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,12 +1,5 @@ v11: -* have a simple syslog bridge providing /dev/log and forward messages - to /dev/kmsg. at the moment the real syslog can be started, the bridge - is stopped and the open /dev/log fd to the real syslog. that way we - don't lose any early log message, and simple systems have full syslog - support in the kernel ringbuffer, without any syslog service or disk - access - * emergency.service should start default.target after C-d. synchronize from fedora's initscripts package * verify ordering of random-seed-load and base.target! @@ -108,6 +101,12 @@ later: * beefed up tmpwatch that reads tmpfiles.d +* /lib/systemd/system/systemd-readahead-replay.service + +* use /sbin/swapon + +* enable syslog.socket by default, activating our kmsg bridge + External: * place /etc/inittab with explaining blurb. |