diff options
Diffstat (limited to 'app-misc/powerpanel/files')
-rw-r--r-- | app-misc/powerpanel/files/pwrstatd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-misc/powerpanel/files/pwrstatd b/app-misc/powerpanel/files/pwrstatd new file mode 100644 index 0000000..d57a17a --- /dev/null +++ b/app-misc/powerpanel/files/pwrstatd @@ -0,0 +1,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" |