diff --git a/docs/re6stnet.rst b/docs/re6stnet.rst index cee5a3ec371ec524297de220e007f7ba471d8cea..b9642268f8fdd0a735762bd3aa8e1ed047aed149 100644 --- a/docs/re6stnet.rst +++ b/docs/re6stnet.rst @@ -82,17 +82,8 @@ Starting re6st automatically ---------------------------- If the `/etc/re6stnet/re6stnet.conf` configuration file exists, `re6stnet` is -automatically started as a daemon. This is done is 2 different ways, depending -on whether it is bound or not to a specific interface, by using the -`main-interface` option: - -- If the option is not given (or if it is set to 'lo'), then it is automatically - started/stopped by ``systemd``\ (1). Debian package also provides SysV init - scripts. - -- Otherwise, it is automatically started/stopped when the related network - interface is enabled/disabled by ``NetworkManager``\ (8). Debian package also - provides `ifupdown` scripts. +automatically started as a system daemon, by ``systemd``\ (1). Debian package +also provides SysV init scripts. Important note about NetworkManager -----------------------------------