mint.yml aktualisiert

This commit is contained in:
olli 2023-08-09 18:01:36 +02:00
parent aa878d9de5
commit 4f09c2cfe0

View File

@ -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 Requires=multi-user.target network.target network-online.target nss-lookup.target docker.service systemd-resolved.service sshd.service tor.service
[Service] [Service]
Type=oneshot Type=simple
User=root User=root
RemainAfterExit=true Restart=no
#RemainAfterExit=true
ExecStart=bash -x /usr/local/sbin/mint-config-update.sh 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" ExecStop=bash -c "until ! test -e /run/mint-config-update.sh.lock; do sleep 2; done"
TimeoutStopSec=1800 TimeoutStopSec=1800