Fixed a typo in .service file and fixed missing file in .install
This commit is contained in:
parent
f824aee3ef
commit
bd3f672763
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/dh-exec
|
||||
nginx-ldap-auth-daemon.py => usr/bin/nginx-ldap-auth-daemon
|
||||
nginx-ldap-auth.default => etc/default/nginx-ldap-auth
|
||||
nginx-ldap-auth.service => lib/systemd/system/nginx-ldap-auth.service
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Type=simple
|
|||
User=nginx-ldap-auth
|
||||
Group=nginx-ldap-auth
|
||||
WorkingDirectory=/var/run
|
||||
EnvFile=/etc/default/nginx-ldap-auth
|
||||
EnvironmentFile=/etc/default/nginx-ldap-auth
|
||||
ExecStart=/usr/bin/nginx-ldap-auth-daemon $URL $BASE $BIND_DN $BIND_PASS $COOKIE $FILTER $REALM
|
||||
KillMode=process
|
||||
KillSignal=SIGINT
|
||||
|
|
|
|||
Loading…
Reference in New Issue