summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/powerd_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/powerd_lock.c b/util/powerd_lock.c
index 94fa999e30..07af9bd710 100644
--- a/util/powerd_lock.c
+++ b/util/powerd_lock.c
@@ -34,7 +34,7 @@
* Path to a file containing flashrom's PID. While present, powerd avoids
* suspending or shutting down the system.
*/
-static const char lock_file_path[] = "/var/lock/battery_tool_powerd.lock";
+static const char lock_file_path[] = "/run/lock/battery_tool_powerd.lock";
int disable_power_management()
{