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
Branches
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 ...@@ -5,7 +5,7 @@ Requires=ula-nginx-authenticator.socket
[Service] [Service]
Type=notify Type=notify
User=ula-nginx-authenticator User=ula-nginx-authenticator
ExecStart=/usr/bin/ula-nginx-authenticator --systemd-activation ExecStart=/usr/bin/nginx-authenticator --systemd-activation
Restart=always Restart=always
RestartSec=3 RestartSec=3
......
...@@ -5,7 +5,7 @@ Description=ULA NGINX authenticator socket ...@@ -5,7 +5,7 @@ Description=ULA NGINX authenticator socket
ListenStream=/run/nginx-authenticator/socket ListenStream=/run/nginx-authenticator/socket
SocketMode=660 SocketMode=660
DirectoryMode=755 DirectoryMode=755
SocketUser=root SocketUser=ula-nginx-authenticator
SocketGroup=nginx SocketGroup=nginx
Accept=false Accept=false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment