udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / units / systemd-battery-check.service.in
bloba6a0d26fde263a0683cce42e694e7838cf7c063e
1 #  SPDX-License-Identifier: LGPL-2.1-or-later
3 #  This file is part of systemd.
5 #  systemd is free software; you can redistribute it and/or modify it
6 #  under the terms of the GNU Lesser General Public License as published by
7 #  the Free Software Foundation; either version 2.1 of the License, or
8 #  (at your option) any later version.
10 [Unit]
11 Description=Check battery level during early boot
12 Documentation=man:systemd-battery-check.service(8)
13 ConditionVirtualization=no
14 ConditionDirectoryNotEmpty=/sys/class/power_supply/
15 ConditionKernelCommandLine=!systemd.battery-check=0
16 AssertPathExists=/etc/initrd-release
17 DefaultDependencies=no
18 After=plymouth-start.service
19 Before=initrd-root-device.target
21 [Service]
22 Type=oneshot
23 RemainAfterExit=yes
24 ExecStart={{ROOTLIBEXECDIR}}/systemd-battery-check
25 FailureAction=poweroff-force