-
Notifications
You must be signed in to change notification settings - Fork 39
Systemd wont start #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What happens if you try to run the command yourself instead of starting it as a service? That would help debug if the problem is with systemd or with the app. |
That way it runs perfectly |
Okay, so the problem is with systemd or the way systemd is starting your command. Not with the library. I see the command exists with errorcode 127, which means something like |
Yes, I updated the command file, the path not changed, and I gave 777 permission on the command file, and directory too, but nothing changed. I even disabled/deleted the service and recreated, but still got the error. I have no clue what could be the problem :( |
If you can execute I can't really help you any further since the library seems to work and I can't look into your setup or system. |
Hello! I have a symfony app with a socket command. I'm using your lib to run the socket constantly, but and it was working fine for weeks, but suddenly it stopped, and I can't get it work anymore.
Everytime I try to start it I get this:
Here is my myapp.service file:
Can you help me please? :)
The text was updated successfully, but these errors were encountered: