1
0
Fork 0

Increase battery script restart interval

This commit is contained in:
Malte Brandy 2021-09-19 20:49:53 +02:00
parent d9bf854e28
commit 539a8f99eb
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -68,6 +68,7 @@ in
Service = {
ExecStart = "${battery-watch}/bin/battery-watch";
Restart = "always";
RestartSec = 60;
};
Install.WantedBy = [ "default.target" ];
};