sudo systemct 启用 apache2

sudo systemct 启用 apache2

当我想启用阿帕奇2在 VMWare 工作站中:

$ sudo apt-get install apache2 apache2-utils

$ sudo systemctl enable apache2

然后我收到如下错误:

apache2.service is not a native service, redirecting to systemd-sysv-install
executing /lib/systemd/systemd-sysv-install enable apache2

我认为该问题是由主机 IP 引起的,但我不知道它是什么,我该怎么办?

答案1

这不是一个错误。Ubuntu 16.04 上的 Apache2 不提供原生的 systemd 服务文件,因此您的命令被重定向到 systemd-sysv-install 并且成功执行。

相关内容