mdevd: exec 2>&1 in service

This commit is contained in:
git-bruh 2022-10-03 18:29:59 +05:30
parent 102519362f
commit 4a0ba825ab
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
5fcca30a90ecac926683290e17fe77426840481284a7d499202f6a7aa27910f5
71f7408ad041500c137b8ee1f37a8553322a12cc2aad6d93c851122f40bcbee2
f28498912c9ca997e2cf16ec745ac904a29f3c1f9c5e0a5821a37390ca76367a
75be917720e059b8cf41738463b2b2fd5cb6c04fbf36b6ce6966b6a2b72caa0f
917bb58ccf50bc0193779c750b04a611b4843ff92cbce71293a8bbe69261f15c

View File

@ -3,4 +3,4 @@
# Null the legacy hotplugger as the service will take over from here.
printf '\n' 2>/dev/null > /proc/sys/kernel/hotplug
exec mdevd -f /etc/mdevd.conf -O 4
exec mdevd -f /etc/mdevd.conf -O 4 2>&1

View File

@ -1 +1 @@
0.1.6.0 1
0.1.6.0 2