mirror of
				https://github.com/optim-enterprises-bv/nDPId-2.git
				synced 2025-11-04 04:07:55 +00:00 
			
		
		
		
	Improved syslog logging.
* fixed missing log level for non-error message, causes systemd to send broadcast messages * completly removed logging to stderr while started via systemd Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
		@@ -5,7 +5,7 @@ Requires=ndpisrvd.service
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[Service]
 | 
					[Service]
 | 
				
			||||||
Type=simple
 | 
					Type=simple
 | 
				
			||||||
ExecStart=/usr/sbin/nDPId -i %i -l -A -z -c /var/run/ndpisrvd-collector
 | 
					ExecStart=/usr/sbin/nDPId -i %i -A -z -c /var/run/ndpisrvd-collector
 | 
				
			||||||
Restart=on-failure
 | 
					Restart=on-failure
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@ After=network.target
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[Service]
 | 
					[Service]
 | 
				
			||||||
Type=simple
 | 
					Type=simple
 | 
				
			||||||
ExecStart=/usr/bin/nDPIsrvd -l -c /var/run/ndpisrvd-collector
 | 
					ExecStart=/usr/bin/nDPIsrvd -c /var/run/ndpisrvd-collector
 | 
				
			||||||
ExecStopPost=/bin/rm -f /var/run/ndpisrvd-collector
 | 
					ExecStopPost=/bin/rm -f /var/run/ndpisrvd-collector
 | 
				
			||||||
Restart=on-failure
 | 
					Restart=on-failure
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user