diff --git a/SOURCES/selinux-autorelabel.service b/SOURCES/selinux-autorelabel.service
index b8461e6..9a0ea3b 100644
--- a/SOURCES/selinux-autorelabel.service
+++ b/SOURCES/selinux-autorelabel.service
@@ -11,4 +11,4 @@ ExecStart=/usr/libexec/selinux/selinux-autorelabel
 Type=oneshot
 TimeoutSec=0
 RemainAfterExit=yes
-StandardInput=tty
+StandardOutput=journal+console
diff --git a/SPECS/policycoreutils.spec b/SPECS/policycoreutils.spec
index 5e19e89..efbd06c 100644
--- a/SPECS/policycoreutils.spec
+++ b/SPECS/policycoreutils.spec
@@ -12,7 +12,7 @@
 Summary: SELinux policy core utilities
 Name:    policycoreutils
 Version: 2.9
-Release: 3%{?dist}
+Release: 3%{?dist}.1
 License: GPLv2
 # https://github.com/SELinuxProject/selinux/wiki/Releases
 Source0: https://github.com/SELinuxProject/selinux/releases/download/20190315/policycoreutils-2.9.tar.gz
@@ -499,6 +499,9 @@ The policycoreutils-restorecond package contains the restorecond service.
 %systemd_postun_with_restart restorecond.service
 
 %changelog
+* Fri Nov 29 2019 Petr Lautrbach <plautrba@redhat.com> - 2.9-3.1
+- Configure autorelabel service to output to journal and to console if set (#1766578)
+
 * Thu Aug 22 2019 Vit Mojzis <vmojzis@redhat.com> - 2.9-3
 - fixfiles: Fix unbound variable problem (#1743213)