forked from mirrors/nixpkgs
nixos/services.imwheel: sleep 3s before restarting
This commit is contained in:
parent
c59ea8b8a0
commit
dcaa2d2c74
|
@ -61,7 +61,8 @@ in
|
|||
"--kill"
|
||||
] ++ cfg.extraOptions);
|
||||
ExecStop = "${pkgs.procps}/bin/pkill imwheel";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 3;
|
||||
Restart = "always";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue