2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-05 16:55:47 -06:00
repo/extra/mdevd/files/mdevd.run

7 lines
173 B
Plaintext
Raw Normal View History

2021-08-21 05:26:32 -06:00
#!/bin/sh
# Null the legacy hotplugger as the service will take over from here.
printf '\n' 2>/dev/null > /proc/sys/kernel/hotplug
2022-10-03 06:59:59 -06:00
exec mdevd -f /etc/mdevd.conf -O 4 2>&1