mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
7 lines
148 B
Plaintext
Executable File
7 lines
148 B
Plaintext
Executable File
#!/bin/openrc-run
|
|
description="Mini Device Mapper Daemon"
|
|
command="/bin/mdevd"
|
|
command_args="-O4"
|
|
command_background="yes"
|
|
pidfile="/run/mdevd.pid"
|