diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-20 17:48:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-20 17:48:01 +0200 |
commit | 52f319b29398d36ed8d1a70f68a170c0a85f401d (patch) | |
tree | acef18e5a3151bc1d677f2a8bf96d08f0f380fd8 /units/systemd-remount-api-vfs.service.in | |
parent | 0206d45866ac06ebc26972ad6e4d8f1e46dd56b1 (diff) |
syslog: enable kmsg bridge by default and enable syslogging for early boot services
Diffstat (limited to 'units/systemd-remount-api-vfs.service.in')
-rw-r--r-- | units/systemd-remount-api-vfs.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-remount-api-vfs.service.in b/units/systemd-remount-api-vfs.service.in index 8d437f55c4..2ccbe23c8c 100644 --- a/units/systemd-remount-api-vfs.service.in +++ b/units/systemd-remount-api-vfs.service.in @@ -16,3 +16,4 @@ Before=local-fs.target shutdown.target Type=oneshot RemainAfterExit=yes ExecStart=@rootlibexecdir@/systemd-remount-api-vfs +StandardOutput=syslog |