diff options
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | units/systemd-logger.service.in | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -24,7 +24,9 @@ F15: * don't trim empty cgroups https://bugzilla.redhat.com/show_bug.cgi?id=678555 -* reload-or-try-restart man page uses word "fail" +* reload-or-try-restart man page blurb uses word "fail" + +* explicitly block creation of mount units for API file systems Features: diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index 0fb0b4204f..f82db15ac1 100644 --- a/units/systemd-logger.service.in +++ b/units/systemd-logger.service.in @@ -8,7 +8,7 @@ # See systemd.special(7) for details [Unit] -Description=Stream Logging Service +Description=Stdio Syslog Bridge DefaultDependencies=no After=syslog.socket |