himalaya-watch: increase restart period duration
This commit is contained in:
parent
19b93fe836
commit
a81ea7491c
@ -344,7 +344,7 @@ in {
|
|||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${pkgs.himalaya}/bin/himalaya watch -a a_mirre";
|
ExecStart = "${pkgs.himalaya}/bin/himalaya watch -a a_mirre";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 10;
|
RestartSec = 300;
|
||||||
Environment = "RUST_LOG=debug";
|
Environment = "RUST_LOG=debug";
|
||||||
ReadWritePaths = "/tmp/himalaya-counter-am";
|
ReadWritePaths = "/tmp/himalaya-counter-am";
|
||||||
ProtectHome = "true";
|
ProtectHome = "true";
|
||||||
|
Loading…
Reference in New Issue
Block a user