diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/fsck-root.service.in | 2 | ||||
-rw-r--r-- | units/fsck@.service.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in index cb654260c0..3df2cd3809 100644 --- a/units/fsck-root.service.in +++ b/units/fsck-root.service.in @@ -18,5 +18,5 @@ ConditionPathExists=!/dev/.initramfs/fsck Type=oneshot RemainAfterExit=no ExecStart=@rootlibexecdir@/systemd-fsck -StandardOutput=syslog +StandardOutput=syslog+console FsckPassNo=1 diff --git a/units/fsck@.service.in b/units/fsck@.service.in index 38815414fa..4751974312 100644 --- a/units/fsck@.service.in +++ b/units/fsck@.service.in @@ -16,4 +16,4 @@ Before=local-fs.target shutdown.target Type=oneshot RemainAfterExit=no ExecStart=@rootlibexecdir@/systemd-fsck %f -StandardOutput=syslog +StandardOutput=syslog+console |