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