17 lines
		
	
	
		
			287 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			287 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=RustDesk
 | 
						|
Requires=network.target
 | 
						|
After=systemd-user-sessions.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
ExecStart=/usr/lib/rustdesk/flutter_hbb --service
 | 
						|
PIDFile=/run/rustdesk.pid
 | 
						|
KillMode=mixed
 | 
						|
TimeoutStopSec=30
 | 
						|
User=root
 | 
						|
LimitNOFILE=100000
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |