diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-03 04:11:20 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-03 04:11:20 +0000 |
| commit | 58f93fc39d00a844ffc967c6df619d77f005629b (patch) | |
| tree | 5bebdc213237a5cd2709c3a473106badd361a59c /repos/extra/mdevd/mdevd.run | |
| parent | 0dabb9797fe0fea51e5e4fb5928a643a1f2af43e (diff) | |
| parent | cd9dd179fe9c8179735a36224bf4aa076f1117ba (diff) | |
| download | alicelinux-58f93fc39d00a844ffc967c6df619d77f005629b.tar.gz alicelinux-58f93fc39d00a844ffc967c6df619d77f005629b.zip | |
Merge pull request 'add: f2fs-tools, skalibs, mdevd' (#18) from xplshn/alicelinux:main into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/18
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 |