diff options
| author | xplshn <xplshn@murena.io> | 2025-02-26 01:13:47 -0300 |
|---|---|---|
| committer | xplshn <xplshn@murena.io> | 2025-02-26 01:13:47 -0300 |
| commit | 3268e4ae8585276b075070c1e32b732dbb001d6b (patch) | |
| tree | 5521732520770f37974dab303aa6fd4f98b29640 /repos/extra/mdevd/mdevd.run | |
| parent | 0dabb9797fe0fea51e5e4fb5928a643a1f2af43e (diff) | |
| download | alicelinux-3268e4ae8585276b075070c1e32b732dbb001d6b.tar.gz alicelinux-3268e4ae8585276b075070c1e32b732dbb001d6b.zip | |
add: f2fs-tools, skalibs, mdevd
Signed-off-by: xplshn <xplshn@murena.io>
Diffstat (limited to 'repos/extra/mdevd/mdevd.run')
| -rw-r--r-- | repos/extra/mdevd/mdevd.run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/repos/extra/mdevd/mdevd.run b/repos/extra/mdevd/mdevd.run new file mode 100644 index 00000000..2088c604 --- /dev/null +++ b/repos/extra/mdevd/mdevd.run @@ -0,0 +1,5 @@ +#!/bin/sh + +# 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 -C |