From 6de873737bc3253aac0938896fdf1ac3724a8ded Mon Sep 17 00:00:00 2001 From: iacore Date: Fri, 27 Sep 2024 01:58:30 +0000 Subject: [PATCH] Actually don't retry forever. error will be errors. --- proto/dinit-service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/dinit-service b/proto/dinit-service index e4cdb49..fc47357 100644 --- a/proto/dinit-service +++ b/proto/dinit-service @@ -9,5 +9,5 @@ command = /usr/bin/bwrap --bind / / --tmpfs /home --bind $HOME/c/status $HOME/c/ working-dir = $HOME/c/status logfile = $HOME/.log/status.log load-options = sub-vars -restart-delay = 1.0 -restart-limit-count = 0 +#restart-delay = 1.0 +#restart-limit-count = 0