Description of problem: systemctl is not fully functional. It cannot enable/disable sysv services or even systemd services, if sysv initscript for the same service is present. $ sudo systemctl disable mandi.service mandi.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable mandi Failed to execute /lib/systemd/systemd-sysv-install: No such file or directory $ sudo systemctl enable mandi.service mandi.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable mandi Failed to execute /lib/systemd/systemd-sysv-install: No such file or directory $ Version-Release number of selected component (if applicable): 230-5 How reproducible: Always
Created attachment 4659 [details] This script is called by "systemctl enable/disable" when the given unit is a SysV init.d script. Please consider including this into the systemd. There are some hardware affected by systemd update http://forum.rosalab.ru/viewtopic.php?f=56&t=8259
*** This bug has been marked as a duplicate of bug 8082 ***
The content of attachment 4659 [details] has been deleted