-
Notifications
You must be signed in to change notification settings - Fork 34
Conversation
I tested only the |
84169d4
to
79da1a2
Compare
After commit badaix/snapcast@a2311df I'm wondering how to take the logging defaults into account from procd have to run the programs in foreground. Therefore I have to set the logging sink to Should I override it like the |
693285b
to
2c90949
Compare
I decided to override them with Filtering out |
Is it recommended by OpenWRT to migrate to |
As this is the new init format, I think it's recommended. Just see the related commits in openwrt/packages repository! I want the
In turn, it forces to daemonize the process. That's why I want to force running the process in the foreground ... |
With the upcoming v0.21 version is it feasible to refresh this PR and upstream Snapcast to OpenWrt Packages? |
2c90949
to
d40f7c1
Compare
Hi, the fork of 21.0x already happened, maybe we can still upstream this into OpenWRT packages? is there any argument against it? I'd love to help. |
I have started to include this into openwrt, if any of you would like to test and/or change something please contact me. you can find my branch for the snapcast package here: https://github.com/db4rne/packages/tree/snapcast it's just the makefile from this repo (changed for version 0.24), and the procd-scripts from this PR. |
@db4rne , it would be nice to include it in OpenWrt Packages repo. I think, this PR is ready to use. |
d40f7c1
to
c57bd3e
Compare
master updated to v0.27.0, but develop was left behind. Should I re-target the PR? |
Retargeted the PR to |
with default values of 3600s threshold, 5s timeout and 5 respawn retry See "Service Parameters" at [0] 0: https://openwrt.org/docs/guide-developer/procd-init-scripts#service_parameters
4901ea7
to
8063562
Compare
@badaix Yes, |
I tried this PR long time ago, because of the debian files. |
@xabolcs Do you mean the init files using procd (from this PR) were copied to your OpenWRT 23.05/snapshot device and are working as intended ? |
Yup! Just save those init files as |
@xabolcs Thanks! @badaix: @xabolcs confirmed the procd enabled init files in this PR are working on the latest OpenWRT stable and snapshot release. Benefits for snapcast: better integration with OpenWRT's system service
Would you mind merging this PR please ? |
@badaix This PR will take 4 min of your time max to review its usefullness/merge. |
procd is the new process management daemon and supports a new style init script.