blob: d57a17a3dd01834beb2cbb23cec7dec3a10c0c62 (
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=""
command=/usr/sbin/pwrstatd
command_args="${pwrstatd_args}"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"
|