From 4f09c2cfe0387c721e98a3fcf24bdeccebf8f492 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 9 Aug 2023 18:01:36 +0200 Subject: [PATCH] mint.yml aktualisiert --- mint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mint.yml b/mint.yml index 8c399b9..92d8081 100644 --- a/mint.yml +++ b/mint.yml @@ -96,9 +96,10 @@ Requires=multi-user.target network.target network-online.target nss-lookup.target docker.service systemd-resolved.service sshd.service tor.service [Service] - Type=oneshot + Type=simple User=root - RemainAfterExit=true + Restart=no + #RemainAfterExit=true ExecStart=bash -x /usr/local/sbin/mint-config-update.sh ExecStop=bash -c "until ! test -e /run/mint-config-update.sh.lock; do sleep 2; done" TimeoutStopSec=1800