summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/radioactive.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-09-26 21:46:14 +0200
committermakefu <github@syntax-fehler.de>2019-09-26 21:46:14 +0200
commit9d22855d121d6d1c6bee114caf973bd94343e976 (patch)
treeb49dc7210955c5fb24384c217ecc3b379ba88313 /krebs/2configs/shack/radioactive.nix
parent3624f3cdc33a95e05db04e5af02933ee28bbd547 (diff)
shack/*: RestartSec=15; Restart=always
Diffstat (limited to 'krebs/2configs/shack/radioactive.nix')
-rw-r--r--krebs/2configs/shack/radioactive.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/2configs/shack/radioactive.nix b/krebs/2configs/shack/radioactive.nix
index 566146d6..286a73aa 100644
--- a/krebs/2configs/shack/radioactive.nix
+++ b/krebs/2configs/shack/radioactive.nix
@@ -27,9 +27,10 @@ in {
serviceConfig = {
User = "nobody"; # TODO separate user
ExecStart = "${pkg}/bin/radioactive-add-many loop 60";
- Restart = "always";
PrivateTmp = true;
PermissionsStartOnly = true;
+ Restart = "always";
+ RestartSec = "15";
};
};
}