Make logid service restart after failure
Workaround, should fix bug #39.
This commit is contained in:
		@@ -6,6 +6,8 @@ Type=simple
 | 
				
			|||||||
ExecStart=${CMAKE_INSTALL_PREFIX}/bin/logid
 | 
					ExecStart=${CMAKE_INSTALL_PREFIX}/bin/logid
 | 
				
			||||||
User=root
 | 
					User=root
 | 
				
			||||||
ExecReload=/bin/kill -HUP $MAINPID
 | 
					ExecReload=/bin/kill -HUP $MAINPID
 | 
				
			||||||
 | 
					Restart=on-failure
 | 
				
			||||||
 | 
					StartLimitIntervalSec=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
WantedBy=multi-user.target
 | 
					WantedBy=multi-user.target
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user