mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-31 10:21:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			385 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			385 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=ROT13 demo service
 | |
| Wants=network-online.target
 | |
| After=network.target network-online.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| User=root
 | |
| Environment=XAUTHORITY=/home/jd/.Xauthority
 | |
| Environment=DISPLAY=:0
 | |
| #ExecStartPre=/bin/sleep 30
 | |
| ExecStart=/usr/bin/mqtt_srv
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
 | 
