Cameron Tacklind
Cameron Tacklind
Gosh, I don't even remember why I was using meteor for... Sorry.
There are two issues that relate to getting permissions set correctly. The first is the owner/group of the file. That, as I understand it, uses the user's default group unless...
I personally want permissions to be set like this after startup: ```txt cameron@myserver:~$ ls -l /run/thelounge/sock srwxrwx--- 1 thelounge thelounge 0 Dec 22 14:51 /run/thelounge/sock ``` or, alternatively: ```txt cameron@myserver:~$...
Yes, I'm currently adding my webserver to the `thelounge` group and using systemd config to ensure correct permissions on the socket. It's not clear to me why my default system...
Yes. Lounge config should allow a way to call [`fs.chmod`](https://nodejs.org/api/fs.html#fs_fs_chmod_path_mode_callback) on startup when using a socket file
For those looking for a way to do this manually, here is my systemd service file that waits for the socket to be created and `chmod`'s it: ``` [Unit] Description=The...
Yes, I'm interested. But I won't have time to look much at this for the next 2, maybe 6+ weeks! (Moving offices, Burning Man, traveling to a wedding) So if...
While I would love this too, I think it is not possible. To simplify, as I understand it, the zip format stores important metadata at the end of the file....
Always copy/recreate the necessary documentation. Can't guarantee others won't change their docs.
@paulerolland Did you end up getting this merged into this repo? I see the branch you pushed to your fork but I don't see that commit in this repository. https://github.com/paulerolland/spi4teensy3/commit/4c1000c4f5cad593d04eb5aff7efe11ef2d948ad