mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
10 lines
199 B
SYSTEMD
10 lines
199 B
SYSTEMD
|
[Unit]
|
||
|
Description=ipa-otpd service
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=@sysconfdir@/ipa/default.conf
|
||
|
ExecStart=@libexecdir@/ipa-otpd $ldap_uri
|
||
|
StandardInput=socket
|
||
|
StandardOutput=socket
|
||
|
StandardError=syslog
|