-
Notifications
You must be signed in to change notification settings - Fork 16
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
Any hints on how Systemd Socket Support Might be Added #7
Comments
One thing I have wrong here is that the 0666 is the socket filesystem premissions rather than the port:
https://www.freedesktop.org/software/systemd/man/systemd.socket.html I'm also not sure where the http service gets started because as far as I can tell snap.socket only specifies a Unix domain socket:
Some other links which may be helpful for understanding this: |
As I discussed elsewhere (see post) this doesn't work with the snap package manager because it doesn't support systemd sockets. I tried to use ncat and socat to create the sockets:
https://forum.puppylinux.com/viewtopic.php?p=9359#p9359
but I don't really know what I'm doing. I know this project is no longer being maintained but any hints about how I might go about implementing fake systemd sockets via a bash script would be greatly appreciated. :)
The text was updated successfully, but these errors were encountered: