summaryrefslogtreecommitdiff
path: root/sys-power/power-profiles-daemon/files/power-profiles-daemon.initd
blob: d16735e930f826da8b3a406c19186b1ebe6ae492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name="power-profiles-daemon"
description="Makes power profiles handling available over D-Bus"

pidfile="/run/power-profiles-daemon.pid"
command="/usr/libexec/power-profiles-daemon"
command_background=true

start_pre() {
	checkpath -d /var/lib/power-profiles-daemon
}