Преглед изворни кода

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

aggstam пре 4 година
родитељ
комит
651085cf90
1 измењених фајлова са 1 додато и 1 уклоњено
  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 \