On Mon, Apr 18, 2022 at 11:04 AM 박제형 <[email protected]> wrote:

> It seems that the network is not detected normally in systemctl.
>
>
>
> */etc/init.d/guacd*
>
> ### BEGIN INIT INFO
>
> # Provides:          guacd
>
> # Required-Start:    $network $syslog
>
> # Required-Stop:     $network $syslog
>
> # Default-Start:     2 3 4 5
>
> # Default-Stop:      0 1 6
>
> # Short-Description: Guacamole proxy daemon
>
> # Description: The Guacamole proxy daemon, required to translate remote
> desktop protocols into the text-based Guacamole pro$
>
> ### END INIT INFO
>
>
If you have systemd/systemctl available, you should not be using
/etc/init.d/guacd. When you build guacd, make sure to use the ./configure
flags to enable systemd support (--with-systemd-dir=/etc/systemd/system,
for example), which will create and install the systemd unit file.

-Nick

>

Reply via email to