amdgpud/services/amdgui-helper
2022-02-26 23:05:15 +01:00

13 lines
214 B
Plaintext

#!/sbin/openrc-run
description="amdgui helper service"
pidfile="/run/${SVCNAME}.pid"
command="/usr/bin/amdgui-helper"
command_args="service"
command_user="root"
command_background=true
depend() {
need udev
}