3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #15336 from rnhmjoj/master

unclutter: prevent service restarting too soon
This commit is contained in:
Joachim Fasting 2016-05-10 04:31:51 +02:00
commit 340dfc7866

View file

@ -73,6 +73,7 @@ in {
${concatMapStrings (x: " -"+x) cfg.extraOptions} \
-not ${concatStringsSep " " cfg.excluded} \
'';
serviceConfig.RestartSec = 3;
serviceConfig.Restart = "always";
};
};