[Eisfair] systemd: Entfall der Unterstützung von SysV-Initskripten naht
Marcus Röckrath
marcus.roeckrath at gmx.de
Mo Mai 4 16:54:21 CEST 2026
Hallo Fabian,
Fabian Törner wrote:
> eis # mv /etc/init.d/boot.local /usr/libexec/boot-local/boot-local
> mv: cannot move '/etc/init.d/boot.local' to
> '/usr/libexec/boot-local/boot-local': No such file or directory
>
> mkdir -p /var/libexec/boot-local != /usr/libexec/boot-local/boot-local
>
> Was ist richtig?
/usr/libexec
Danke für den Hinweis, habs korrigiert.
Folgende Stellen mussten auch noch korrigiert werden, denn das originale
Initskript heisst ja im Beispiel boot.local und nicht boot-local.
# service stop boot-local
# service disable boot-local
nach
# service stop boot.local
# service disable boot.local
# rm -f /etc/rc2.d/S99boot-local
# rm -f /etc/rc2.d/K01boot-local
nach
# rm -f /etc/rc2.d/S99boot.local
# rm -f /etc/rc2.d/K01boot.local
Wenn dir nochwas auffällt, bitte melden.
--
Gruß Marcus
[eisfair-Team]
Mehr Informationen über die Mailingliste Eisfair