blob: 6ff9b44c92bc433b62d2973e3be8d2035e680500 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Battery Status Sleep Daemon
[Service]
Type=notify
ExecStart=/bin/battery_status_rs_sleep --threshold=5
Restart=always
RestartSec=1
[Install]
WantedBy=default.target
|