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
|