13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
description="amdvol controller"
|
|
pidfile="/run/${SVCNAME}.pid"
|
|
command="/usr/bin/amdvold"
|
|
command_args="service"
|
|
command_user="root"
|
|
command_background=true
|
|
|
|
depend() {
|
|
need udev
|
|
}
|