mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-31 10:21:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			300 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			300 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Rhasspy Autostart
 | |
| After=network-online.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| User=jd
 | |
| WorkingDirectory=/home/jd
 | |
| ExecStart=/bin/bash -lc '/usr/bin/rhasspy --profile en 2>&1 | cat'
 | |
| StandardOutput=inherit
 | |
| StandardError=inherit
 | |
| Restart=always
 | |
| RestartSec=20
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target | 
