You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run kamal-proxy as a systemd service on Fedora 41.
I can run it on the command line and communicate with it from another command line fine. I can see it has created the socket /run/user/0/kamal-proxy.sock
If I start it using a systemd service file like:
[Unit]
Description=kamal-proxy service
After=NetworkManager.service
[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/root
ExecStart=/usr/sbin/kamal-proxy run
The server starts and works until I try to issue command line commands where I get:
Error: dial unix /run/user/0/kamal-proxy.sock: connect: no such file or directory and it's true there is no kamal-proxy.sock
We are looking to migrate to rails 8 for our web apps but this makes it difficult to use kamal-proxy in our environment.
Any help would be appreciated
Many thanks
Kieran
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to run kamal-proxy as a systemd service on Fedora 41.
I can run it on the command line and communicate with it from another command line fine. I can see it has created the socket /run/user/0/kamal-proxy.sock
If I start it using a systemd service file like:
[Unit]
Description=kamal-proxy service
After=NetworkManager.service
[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/root
ExecStart=/usr/sbin/kamal-proxy run
The server starts and works until I try to issue command line commands where I get:
Error: dial unix /run/user/0/kamal-proxy.sock: connect: no such file or directory and it's true there is no kamal-proxy.sock
We are looking to migrate to rails 8 for our web apps but this makes it difficult to use kamal-proxy in our environment.
Any help would be appreciated
Many thanks
Kieran
The text was updated successfully, but these errors were encountered: