8 lines
92 B
SYSTEMD
8 lines
92 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=check-battery
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=%h/bin/check-battery.sh
|
||
|
|
|