this needs manual setup: - creation of un-privilieged user 'qcma' - add config file - systemctl enable & systemctl start
		
			
				
	
	
		
			14 lines
		
	
	
		
			276 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			276 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description="Qcma daemon"
 | 
						|
Documentation=man:qcma_cli(6)
 | 
						|
ConditionPathExists=/home/qcma/.config/codestation/qcma.conf
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/usr/bin/qcma_cli --verbose
 | 
						|
ExecReload=/bin/kill -HUP $MAINPID
 | 
						|
User=qcma
 | 
						|
 | 
						|
[Install]
 | 
						|
Alias=qcma_cli.service
 | 
						|
WantedBy=default.target
 |