14 lines
		
	
	
		
			348 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			348 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Start X11VNC
 | |
| After=multi-user.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| ExecStart=/usr/bin/x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -localhost -forever -loop -repeat -rfbauth /etc/x11vnc.pass -rfbport 5900 -noipv6 -shared
 | |
| ExecStop=/usr/bin/killall x11vnc
 | |
| Restart=on-failure
 | |
| Restart-sec=2
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |