More actions
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: | ||
< | <syntaxhighlight lang="INI"> | ||
[Unit] | [Unit] | ||
Description=VNC server | Description=VNC server | ||
Line 8: | Line 8: | ||
[Install] | [Install] | ||
WantedBy=default.target | WantedBy=default.target | ||
</ | </syntaxhighlight > |
Revision as of 19: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