报错命令
# systemctl enable ......
或者:
# systemd-sysv-install enable ......
报错代码
......: No such file or directory
解决方法
# zypper in insserv-compat
# systemctl enable ......
或者:
# systemd-sysv-install enable ......
......: No such file or directory
# zypper in insserv-compat