summaryrefslogtreecommitdiff
path: root/priv/ldapsp.service
blob: 241d1bda78f74f8a379776b3296b94052af32d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Foreman LDAP SmartProxy
After=syslog.target network.target

[Service]
Type=simple
User=ldapsp
ExecStart=/opt/ldapsp/bin/ldapsp foreground
ExecStop=/opt/ldapsp/bin/ldapsp stop
Environment=CODE_LOADING_MODE=interactive ERL_LIBS=/opt/ldapsp

[Install]
WantedBy=multi-user.target