summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-network/scripts/udhcpc-trigger.stage3
diff options
context:
space:
mode:
authorSimon Rettberg2022-06-10 12:52:20 +0200
committerSimon Rettberg2022-06-10 12:52:20 +0200
commitcb56c18170d99c91b6d6dc75cb1fb0c76ac6c6e1 (patch)
tree74dd93fd385dfb188f6f2bf26e7499fbdc52c092 /modules.d/slx-network/scripts/udhcpc-trigger.stage3
parent[slx-network] Only redirect stderr to log files (diff)
downloadsystemd-init-cb56c18170d99c91b6d6dc75cb1fb0c76ac6c6e1.tar.gz
systemd-init-cb56c18170d99c91b6d6dc75cb1fb0c76ac6c6e1.tar.xz
systemd-init-cb56c18170d99c91b6d6dc75cb1fb0c76ac6c6e1.zip
[*] Redirect 'set -x' output exclusively to /run/openslx/*
Having normal info/warn/echo/<tool> output in journal should be preferred, so we can correlate certain events and actions with other system services and scripts, instead of having everything intermixed with the xtrace spam in a separate log file without timestamps.
Diffstat (limited to 'modules.d/slx-network/scripts/udhcpc-trigger.stage3')
-rwxr-xr-xmodules.d/slx-network/scripts/udhcpc-trigger.stage32
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/slx-network/scripts/udhcpc-trigger.stage3 b/modules.d/slx-network/scripts/udhcpc-trigger.stage3
index bab33564..6649bf36 100755
--- a/modules.d/slx-network/scripts/udhcpc-trigger.stage3
+++ b/modules.d/slx-network/scripts/udhcpc-trigger.stage3
@@ -170,4 +170,4 @@ fi
touch /.network
set +x
-} 2> "/run/openslx/initramfs-udhcpc.log.$$"
+} {BASH_XTRACEFD}> "/run/openslx/initramfs-udhcpc.log.$$"