Skip to content
Snippets Groups Projects
Commit dca6ef32 authored by ale's avatar ale
Browse files

Fix Debian scripts with correct binary name

parent b21c0995
No related branches found
No related tags found
No related merge requests found
Pipeline #81767 failed
usr/bin/nginx-authenticator /usr/bin/ula-nginx-authenticator
usr/bin/nginx-authenticator
......@@ -5,7 +5,7 @@ Requires=ula-nginx-authenticator.socket
[Service]
Type=notify
User=ula-nginx-authenticator
ExecStart=/usr/bin/ula-nginx-authenticator --systemd-activation
ExecStart=/usr/bin/nginx-authenticator --systemd-activation
Restart=always
RestartSec=3
......
......@@ -5,7 +5,7 @@ Description=ULA NGINX authenticator socket
ListenStream=/run/nginx-authenticator/socket
SocketMode=660
DirectoryMode=755
SocketUser=root
SocketUser=ula-nginx-authenticator
SocketGroup=nginx
Accept=false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment