-
Notifications
You must be signed in to change notification settings - Fork 17
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
OpenRC service management script #27
Comments
Hi, I'm not familiar with openrc - how specific would this be to Gentoo? If it is only useful for Gentoo, I'd rather not have it in the fastd repo. While there is an OpenWrt init script in this repo, I think adding it here was a mistake, as it is not compatible with all OpenWrt releases, and the OpenWrt package repo would actually be a more appropriate place... |
oh, I didn't think to check the examples for a service, thanks for that! the most prominent use of OpenRC outside gentoo is probably Alpine Linux, where it is the default init system. Though you could use it on anything without too much effort, including the BSDs. but Alpine and Gentoo are the big ones where it's out of the box what someone would be using. |
https://github.com/gentoo/guru/blob/master/net-vpn/fastd/files/fastd.init here's the openrc service file I ended up with for OpenRC btw, now that I've gotten it into guru (gentoo users' repo). This gets installed at |
Hey there, I'm working on packaging this for gentoo right now, and in the process I'm writing openrc and systemd services. Would you be interested in me upstreaming them here? I'm happy to work with you if you have any qualms with the way I implement them too.
The text was updated successfully, but these errors were encountered: