浏览代码

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 \