From 05bba992a6f8ba9f3c4383d023f5977dff457382 Mon Sep 17 00:00:00 2001 From: Sudhir Menon Date: Dec 19 2022 09:54:24 +0000 Subject: Fixes: ipa-otpd@.service: deprecated syslog setting This patch updates the deprecated syslog setting i.e StandardError=syslog with StandardError=journal Pagure: https://pagure.io/freeipa/issue/9279 Ref: https://github.com/systemd/systemd/pull/15812 Signed-off-by: Sudhir Menon Reviewed-By: Peter Keresztes Schmidt Reviewed-By: Florence Blanc-Renaud --- diff --git a/daemons/ipa-otpd/ipa-otpd@.service.in b/daemons/ipa-otpd/ipa-otpd@.service.in index 65bf754..4a366b8 100644 --- a/daemons/ipa-otpd/ipa-otpd@.service.in +++ b/daemons/ipa-otpd/ipa-otpd@.service.in @@ -7,4 +7,4 @@ EnvironmentFile=@sysconfdir@/ipa/default.conf ExecStart=@libexecdir@/ipa/ipa-otpd $ldap_uri StandardInput=socket StandardOutput=socket -StandardError=syslog +StandardError=journal