xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 46 forks source link

Consider switching to systemd #939

Closed tbertels closed 3 months ago

tbertels commented 3 months ago

Things have changed since https://github.com/xbianonpi/xbian/issues/720 and systemd is now the main init in Linux distributions . Switching to it would prevent issues with a start script preventing XBian from booting and could make it start faster both thanks to its asynchronous model. Upstart is no longer maintained since 2014.

Since systemd is already running, could upstart scripts be gradually changed to systemd ones until XBian is ready fo the switch?

mkreisl commented 3 months ago

As long as XBian is still being maintained, systemd is not an option

tbertels commented 3 months ago

Why is that?