mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-22 23:23:30 -06:00
b0ba520860
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>
11 lines
231 B
SYSTEMD
11 lines
231 B
SYSTEMD
[Unit]
|
|
Description=ipa-otpd service
|
|
|
|
[Service]
|
|
Environment=LC_ALL=C.UTF-8
|
|
EnvironmentFile=@sysconfdir@/ipa/default.conf
|
|
ExecStart=@libexecdir@/ipa/ipa-otpd $ldap_uri
|
|
StandardInput=socket
|
|
StandardOutput=socket
|
|
StandardError=journal
|