mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
11 lines
294 B
Plaintext
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"
|