Update power-profiles-daemon.initd

master
nemofsan 1 year ago committed by GitHub
parent 4f42e2ac24
commit 16be7a254d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,8 +8,6 @@ description="Access to power profile processing via D-bus"
pidfile="/run/power-profiles-daemon.pid"
command="/usr/libexec/power-profiles-daemon"
command_args="${PPDARGS}"
supervisor="supervise-daemon"
command_args_foreground=""
command_background=true
depend() {
@ -20,9 +18,3 @@ depend() {
start_pre() {
checkpath -d /var/lib/power-profiles-daemon
}
reload() {
ebegin "Reloading ${RC_SVCNAME}"
${supervisor} ${RC_SVCNAME} --signal HUP --pidfile "${pidfile}"
eend $?
}

Loading…
Cancel
Save