Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

vnc.service: Difference between revisions

From Randomness wiki
Created page with "<code> [Unit] Description=VNC server [Service] ExecStart=/usr/bin/x11vnc -forever -display $DISPLAY -rfbauth /home/derg/.vnc/passwd [Install] WantedBy=default.target </code>"
Tag: visualeditor-switched
 
No edit summary
Tag: visualeditor-switched
Line 1: Line 1:
<code>
<syntaxhighlight lang="INI">
[Unit]
[Unit]
Description=VNC server
Description=VNC server
Line 8: Line 8:
[Install]
[Install]
WantedBy=default.target
WantedBy=default.target
</code>
</syntaxhighlight >

Revision as of 20:41, 9 September 2024

[Unit]
Description=VNC server

[Service]
ExecStart=/usr/bin/x11vnc -forever -display $DISPLAY -rfbauth /home/derg/.vnc/passwd

[Install]
WantedBy=default.target