Julien Roy 186ce3d855
app-misc/powerpanel: removed scripts from /etc
Signed-off-by: Julien Roy <julien@jroy.ca>
2022-04-23 22:16:10 -04:00

11 lines
294 B
Plaintext

#!/sbin/openrc-run
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="pwrstatd daemon"
description="Daemon for PowerPanel"
command=/usr/sbin/pwrstatd
command_args="${pwrstatd_args}"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"