1 2 3 4 5 6 7 8 9 10 11 12
[Unit] Description=LDAP-Proxy for AD/LDAP communication #%i ConditionFileNotEmpty=/opt/ldadp/configs/%i.cfg [Service] ExecStart=/opt/ldadp/ldadp -n /opt/ldadp/configs/%i.cfg Restart=always RestartSec=10 User=ldadp [Install] WantedBy=multi-user.target