summaryrefslogtreecommitdiff
path: root/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon.initd-r2
blob: 28ed19d4e846815c4f4a0f3d5e3fb144a5076cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

description="Daemon for radeon-profile GUI"

command="/usr/sbin/radeon-profile-daemon"
command_background="true"
pidfile="/run/${SVCNAME}/${SVCNAME}.pid"

radeon_socket="/run/${SVCNAME}/${SVCNAME}-server"

start_pre() {
	checkpath -q -d -o root:video -m 0750 /run/${SVCNAME}
}