9 lines
169 B
SYSTEMD
9 lines
169 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Offline charging monitor
|
||
|
|
After=basic.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=exec
|
||
|
|
ExecStart=/usr/lib/charging-mode/charging-monitor.sh
|
||
|
|
Restart=on-failure
|
||
|
|
RestartSec=5
|