mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-16 00:41:24 +01:00
4 lines
94 B
Bash
4 lines
94 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
## Run on every boot.
|
||
|
echo $(date -u) ": System booted." >> /var/log/per-boot.log
|