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

View File

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