mint.yml aktualisiert
This commit is contained in:
parent
aa878d9de5
commit
4f09c2cfe0
5
mint.yml
5
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user