1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 03:25:27 +03:00

fsck: output to /dev/console by default in addition to syslog

This commit is contained in:
Lennart Poettering 2011-02-15 01:28:31 +01:00
parent 28dbc1e80b
commit 48774cf60f
2 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ ConditionPathExists=!/dev/.initramfs/fsck
Type=oneshot
RemainAfterExit=no
ExecStart=@rootlibexecdir@/systemd-fsck
StandardOutput=syslog
StandardOutput=syslog+console
FsckPassNo=1

View File

@ -16,4 +16,4 @@ Before=local-fs.target shutdown.target
Type=oneshot
RemainAfterExit=no
ExecStart=@rootlibexecdir@/systemd-fsck %f
StandardOutput=syslog
StandardOutput=syslog+console