16 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[Unit]
 | 
						|
Description=RustDesk user service (--server)
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
ExecStart=/usr/bin/rustdesk --server
 | 
						|
PIDFile=/run/rustdesk.user.pid
 | 
						|
KillMode=mixed
 | 
						|
TimeoutStopSec=30
 | 
						|
LimitNOFILE=100000
 | 
						|
Restart=on-failure
 | 
						|
RestartSec=3
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |