Update runit-service-scripts/PKGBUILD #2
Loading…
Reference in a new issue
No description provided.
Delete branch "(deleted):main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Same as commit in /repos
I haven't been able to get notification up for pull requests here, so they remain unnoticed.
I can't see the specific change asked for, was it to switch the log conf from 0755 to 0750 ?
Is it because openvpn demands this as more secure?
OK got it, before we upload the change we will make a new repository for the runit scripts themselves so they can be edited on a one-by-one basis (the contents of the current tarball)
Hi, thanks for asking, I have closed the PR because I agreed with you, there's no need to open a request uploading a tarball:) you should only change upstream the permission of /log/run to 755 because otherwise that file won't be able to create the log folder in the /var/log directory. Indeed, if you look at the artix PGKBUILD, it installs the file with -Dm755.
Forgot to say that in your runit service script tarball that file seems to have 644 permission on my side.
Thank you, check swap-runit service added, the permissions to run also made it not work, now it does. runit uses a bash environment and expects all run scripts to be executable for it to "run" them.
the openvpn/log/run and swap-runit/run were read only files
https://git.disroot.org/joborun/runit-service-scripts/src/branch/main/usr/lib/runit/sv
Now you can make individual changes to all files on the scripts
Thanks so much to you, this change is great, now contributing to the services is much easier!') btw I have just shared my own 66 OpenVPN service on the Obarun gitlab (obcommunity), I would be happy if Eric moves it to observice, even because seeing a 66 service on obcommunity is kind of weird.
Pull request closed