blob: a3307f65612e995a70e87baab94d6130ffa56d44 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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"
|