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