mint.yml aktualisiert
This commit is contained in:
parent
951b21289f
commit
dc23750705
4
mint.yml
4
mint.yml
@ -99,9 +99,11 @@
|
|||||||
Type=simple
|
Type=simple
|
||||||
User=root
|
User=root
|
||||||
RemainAfterExit=true
|
RemainAfterExit=true
|
||||||
ExecStart=bash -x /usr/local/sbin/mint-config-update.sh >>/var/log/mint-config-update.sh.log 2>&1
|
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=7200
|
TimeoutStopSec=7200
|
||||||
|
StandardOutput=append:/var/log/mint-config-update.sh.log
|
||||||
|
StandardError=append:/var/log/mint-config-update.sh.log
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user