systemd: output all service output to the journal also
parent
c7896f1251
commit
9f037266ee
|
@ -17,8 +17,8 @@ Environment=HOME=/
|
|||
WorkingDirectory=/
|
||||
ExecStart=-/bin/dracut-initqueue
|
||||
Type=simple
|
||||
StandardInput=tty-force
|
||||
StandardOutput=inherit
|
||||
StandardInput=tty
|
||||
StandardOutput=journal+console
|
||||
StandardError=inherit
|
||||
KillMode=process
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ Environment=HOME=/
|
|||
WorkingDirectory=/
|
||||
ExecStart=-/bin/dracut-pre-pivot
|
||||
Type=oneshot
|
||||
StandardInput=tty-force
|
||||
StandardOutput=inherit
|
||||
StandardInput=tty
|
||||
StandardOutput=journal+console
|
||||
StandardError=inherit
|
||||
KillMode=process
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ Environment=HOME=/
|
|||
WorkingDirectory=/
|
||||
ExecStart=-/bin/dracut-pre-trigger
|
||||
Type=oneshot
|
||||
StandardInput=tty-force
|
||||
StandardOutput=inherit
|
||||
StandardInput=tty
|
||||
StandardOutput=journal+console
|
||||
StandardError=inherit
|
||||
KillMode=process
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ Environment=HOME=/
|
|||
WorkingDirectory=/
|
||||
ExecStart=-/bin/dracut-pre-udev
|
||||
Type=oneshot
|
||||
StandardInput=tty-force
|
||||
StandardOutput=inherit
|
||||
StandardInput=tty
|
||||
StandardOutput=journal+console
|
||||
StandardError=inherit
|
||||
KillMode=process
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ WorkingDirectory=/
|
|||
ExecStart=-/bin/sh -i -l
|
||||
ExecStopPost=-/usr/bin/systemctl --fail --no-block default
|
||||
Type=idle
|
||||
StandardInput=tty-force
|
||||
StandardOutput=inherit
|
||||
StandardInput=tty
|
||||
StandardOutput=journal+console
|
||||
StandardError=inherit
|
||||
KillMode=process
|
||||
IgnoreSIGPIPE=no
|
||||
|
|
|
@ -21,8 +21,8 @@ ExecStart=-/bin/sh -i -l
|
|||
#ExecStopPost=-/usr/bin/systemctl --fail --no-block switch-root /sysroot /sbin/init
|
||||
ExecStopPost=-/usr/bin/systemctl --fail --no-block default
|
||||
Type=idle
|
||||
StandardInput=tty-force
|
||||
StandardOutput=inherit
|
||||
StandardInput=tty
|
||||
StandardOutput=journal+console
|
||||
StandardError=inherit
|
||||
KillMode=process
|
||||
|
||||
|
|
Loading…
Reference in New Issue