mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
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 <sumenon@redhat.com> Reviewed-By: Peter Keresztes Schmidt <carbenium@outlook.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
9599e975bc
commit
65a14a3693
@ -7,4 +7,4 @@ EnvironmentFile=@sysconfdir@/ipa/default.conf
|
||||
ExecStart=@libexecdir@/ipa/ipa-otpd $ldap_uri
|
||||
StandardInput=socket
|
||||
StandardOutput=socket
|
||||
StandardError=syslog
|
||||
StandardError=journal
|
||||
|
Loading…
Reference in New Issue
Block a user