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