| # Copyright 2021 The ChromiumOS Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # A tmpfile.d config to set up the paths expected by powerd. | |
| # Create a directory where PID files can be placed to override suspend and | |
| # shutdown (e.g. during firmware updates). This needs to happen early since | |
| # flashrom may run before the powerd job has started. | |
| d= /run/lock/power_override 1777 root root |