aboutsummaryrefslogtreecommitdiff
path: root/src/acpid/acpid.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/acpid/acpid.rc')
-rwxr-xr-xsrc/acpid/acpid.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/acpid/acpid.rc b/src/acpid/acpid.rc
index 674f462..dd1478e 100755
--- a/src/acpid/acpid.rc
+++ b/src/acpid/acpid.rc
@@ -5,11 +5,11 @@
[[ -f /etc/conf.d/acpid ]] && . /etc/conf.d/acpid
-PID=$(pidof -o %PPID /usr/sbin/acpid)
+PID=$(pidof -o %PPID /usr/bin/acpid)
case "$1" in
start)
stat_busy "Starting acpid"
- [ -z "$PID" ] && /usr/sbin/acpid $ACPID_ARGS
+ [ -z "$PID" ] && /usr/bin/acpid $ACPID_ARGS
if [ $? -gt 0 ]; then
stat_fail
else