|  | {{ ansible_header | comment }}
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | [Unit]
 | 
						
						
						
							|  | Description=Galene
 | 
						
						
						
							|  | After=network.target
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | [Service]
 | 
						
						
						
							|  | Type=simple
 | 
						
						
						
							|  | WorkingDirectory=/var/local/galene
 | 
						
						
						
							|  | User=galene
 | 
						
						
						
							|  | Group=galene
 | 
						
						
						
							|  | ExecStart=/var/local/galene/galene --insecure --turn ""
 | 
						
						
						
							|  | LimitNOFILE=65536
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | [Install]
 | 
						
						
						
							|  | WantedBy=multi-user.target
 |