-
Notifications
You must be signed in to change notification settings - Fork 3
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
is systemd required? #29
Comments
Systemd is required by upstream packages, such as unity-base/unity-settings-daemon, some indicators etc. I think you can rewrite systemd services to any other init system, but I'm not going to do that as I have no time to maintain it. It use to be Upstart. As of Ubuntu 15.04 it's systemd. |
I am not a Gentoo user, though. I am making packages for Void Linux. |
@EarldridgeJazzedPineda I meant not only hard-depends, but also packages providing systemd service files. |
The Void Linux team recommends that systemd unit files be left in packages as-is, so that they can be used as a reference point to make runit services. Just about anything can be a "service" in systemd, but runit isn't designed to handle desktop environments, panel indicators, etc. So instead of relying on the init system to load Unity, I decided to self-contain the desktop components into a custom GNOME session, similar to what i3slkiller did when he/she tried to make Unity working in Porteus. |
I'm curious about how feasible a port to non systemd based distros is. I am aware that what this was forked from gentoo-unity which requires systemd but I'm not sure if anything has changed with that requirement.
The text was updated successfully, but these errors were encountered: