mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
fsck: output to /dev/console by default in addition to syslog
This commit is contained in:
parent
28dbc1e80b
commit
48774cf60f
@ -18,5 +18,5 @@ ConditionPathExists=!/dev/.initramfs/fsck
|
||||
Type=oneshot
|
||||
RemainAfterExit=no
|
||||
ExecStart=@rootlibexecdir@/systemd-fsck
|
||||
StandardOutput=syslog
|
||||
StandardOutput=syslog+console
|
||||
FsckPassNo=1
|
||||
|
@ -16,4 +16,4 @@ Before=local-fs.target shutdown.target
|
||||
Type=oneshot
|
||||
RemainAfterExit=no
|
||||
ExecStart=@rootlibexecdir@/systemd-fsck %f
|
||||
StandardOutput=syslog
|
||||
StandardOutput=syslog+console
|
||||
|
Loading…
Reference in New Issue
Block a user