mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-04 16:51:11 +01:00
32be84fc75
* adds packer build for server with VM Single node in vultr.com marketplace * fix missed varibale
4 lines
94 B
Bash
Executable File
4 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## Run on every boot.
|
|
echo $(date -u) ": System booted." >> /var/log/per-boot.log |