diff options
-rw-r--r-- | systemd/system/rhel-autorelabel.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/system/rhel-autorelabel.service b/systemd/system/rhel-autorelabel.service index 0f11c52e..326f1422 100644 --- a/systemd/system/rhel-autorelabel.service +++ b/systemd/system/rhel-autorelabel.service @@ -14,7 +14,7 @@ ExecStart=/usr/lib/systemd/rhel-autorelabel Type=oneshot TimeoutSec=0 RemainAfterExit=yes -StandardInput=tty +StandardOutput=journal+console [Install] WantedBy=sysinit.target |