|  | [Unit]
 | 
						
						
						
							|  | Description=Jilo Agent Service
 | 
						
						
						
							|  | After=network.target
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | [Service]
 | 
						
						
						
							|  | ExecStart=/usr/local/bin/jilo-agent -c /usr/local/etc/jilo-agent.conf
 | 
						
						
						
							|  | PIDFile=/run/jilo-agent.pid
 | 
						
						
						
							|  | Restart=on-failure
 | 
						
						
						
							|  | SyslogIdentifier=jilo-agent
 | 
						
						
						
							|  | User=root
 | 
						
						
						
							|  | Group=root
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | [Install]
 | 
						
						
						
							|  | WantedBy=multi-user.target
 |