little fixes

This commit is contained in:
2023-12-26 04:34:28 +06:00
parent 502633a0d5
commit 299a17db96
25 changed files with 113 additions and 49 deletions

View File

@ -4,11 +4,14 @@ description: При перезагрузке гипервизора будет
date: 2022-11-25T15:18:00+05:00
tags: [vmware]
---
## Изменение скрипта
В файл `/etc/rc.local.d/local.sh` необходимо добавить следующее:
```config
#!/bin/sh ++group=host/vim/vmvisor/boot
esxcli system time set --day=20 --month=3 --year=2022 --hour=10 --min=0 --sec=0
exit 0
# /etc/rc.local.d/local.sh
```