forked from mirrors/nixpkgs
Merge pull request #15336 from rnhmjoj/master
unclutter: prevent service restarting too soon
This commit is contained in:
commit
340dfc7866
|
@ -73,6 +73,7 @@ in {
|
|||
${concatMapStrings (x: " -"+x) cfg.extraOptions} \
|
||||
-not ${concatStringsSep " " cfg.excluded} \
|
||||
'';
|
||||
serviceConfig.RestartSec = 3;
|
||||
serviceConfig.Restart = "always";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue