Explorar el Código

contrib/init/lilith.initd: disabled MessageSubsystem::notify log target

aggstam hace 4 años
padre
commit
651085cf90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      contrib/init/lilith.initd

+ 1 - 1
contrib/init/lilith.initd

@@ -10,7 +10,7 @@ start() {
 	PWHOME="$(getent passwd $USER | awk -F: '{ print $6 }')"
 
 	ebegin "Starting lilith"
-	env TERM="xterm" DARKFI_LOG="/tmp/lilith.log" \
+	env TERM="xterm" DARKFI_LOG="/tmp/lilith.log" LOG_TARGETS="!MessageSubsystem::notify" \
 		start-stop-daemon \
 			--start \
 			--make-pidfile \