Skip to content

Commit 926432c

Browse files
committed
Avoid spamming too much in journalctl
1 parent f430b30 commit 926432c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

recipes-devtools/android-tools/android-tools/android-tools-adbd.service

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Before=android-system.service
88
Type=simple
99
Restart=on-failure
1010
RestartSec=2
11+
LogLevelMax=crit
1112
ExecStartPre=/usr/bin/arduino-android-gadget-setup start
1213
ExecStart=/usr/bin/adbd
1314
ExecStartPost=/bin/sh -c 'sleep 2 && UDC=$(ls /sys/class/udc) && echo $UDC > /sys/kernel/config/usb_gadget/g1/UDC'

recipes-support/arduino-ootb/arduino-ootb/connection-status-led.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Description=Connection status led
33
After=network-online.target
44

55
[Service]
6-
LogLevelMax=3
6+
LogLevelMax=err
77
Type=oneshot
88
ExecStart=/bin/sh /usr/bin/connection_status_led

0 commit comments

Comments
 (0)