[blfs] 02/02: tigervnc: make systemctl commands "nodump"
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit a73f12cd88bdb0f59aea7232fdd4767b54a54129 Author: Pierre Labastie <[email protected]> AuthorDate: Fri Jul 3 18:50:27 2026 +0200 tigervnc: make systemctl commands "nodump" It is not clear whether the display will always be ":1", and it can be unavailable when building anyway. --- xsoft/other/tigervnc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsoft/other/tigervnc.xml b/xsoft/other/tigervnc.xml index 52720d9b00..0c926848e6 100644 --- a/xsoft/other/tigervnc.xml +++ b/xsoft/other/tigervnc.xml @@ -403,13 +403,13 @@ EOF</userinput></screen> To start the VNC Server, run the following command: </para> -<screen role="root" revision="systemd"><userinput>systemctl start vncserver@:1</userinput></screen> +<screen role="nodump" revision="systemd"><userinput>systemctl start vncserver@:1</userinput></screen> <para revision="systemd"> To start the VNC Server when the system boots, run the following command: </para> -<screen role="root" revision="systemd"><userinput>systemctl enable vncserver@:1</userinput></screen> +<screen role="nodump" revision="systemd"><userinput>systemctl enable vncserver@:1</userinput></screen> </sect2> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page