mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
6c09d6f878
This is more consistent with the other daemons. Reviewed-By: Martin Basti <mbasti@redhat.com>
10 lines
203 B
SYSTEMD
10 lines
203 B
SYSTEMD
[Unit]
|
|
Description=ipa-otpd service
|
|
|
|
[Service]
|
|
EnvironmentFile=@sysconfdir@/ipa/default.conf
|
|
ExecStart=@libexecdir@/ipa/ipa-otpd $ldap_uri
|
|
StandardInput=socket
|
|
StandardOutput=socket
|
|
StandardError=syslog
|