linuxserver / docker-webtop

Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
GNU General Public License v3.0
1.77k stars 175 forks source link

[FEAT] Systemd support through podman #161

Closed ljrk0 closed 1 year ago

ljrk0 commented 1 year ago

Is this a new feature request?

Wanted change

Podman does natively support systemd within containers, c.f. https://developers.redhat.com/blog/2019/04/24/how-to-run-systemd-in-a-container

Reason for change

Some (increasingly many) services depend on systemd. Most notably, this would unblock using GNOME (#94) as a DE.

Proposed code change

No response

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 1 year ago

We use S6 as the supervisor in our baseimages. We don't have any plans of adding or switching to systemd.

Mollomm1 commented 5 months ago

There is already some (hacky) ways to run Gnome without having systemd, but since it's not really supported by Gnome, it may break anytime.

image