This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=CONTROL_BATTERY_LEVEL_POLLING=1
-
EnvironmentFile=-/etc/laptop-mode/conf.d/battery-level-polling.conf
-
ExecReload=-/bin/sh -c '[ x"$CONTROL_BATTERY_LEVEL_POLLING" = "x1" ] && /lib/udev/lmt-udev auto || echo "laptop-mode: Battery polling disabled"'
-
ExecStart=-/bin/sh -c '[ x"$CONTROL_BATTERY_LEVEL_POLLING" = "x1" ] && /lib/udev/lmt-udev auto || echo "laptop-mode: Battery polling disabled"'
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RemainAfterExit=no
-
RestrictRealtime
Introduced in systemd 231=yes -
StandardError=journal
-
StandardOutput=journal
-
Type=oneshot
-
-
[Unit]
-
Description=Laptop Mode Tools - Battery Polling Service
-
Documentation=man:laptop_mode(8) man:laptop-mode.conf(8) http://github.com/rickysarraf/laptop-mode-tools
-
Additionnal notes
Nothing here.