From f595623dd4f4e98179f207ab17ea6cb8bfd61843 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 5 Aug 2019 16:05:01 +0200 Subject: Configure autorelabel service to output to journal and to console if set (#262) --- systemd/system/rhel-autorelabel.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd/system/rhel-autorelabel.service') 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 -- cgit v1.2.1