new file: .env.example

new file:   .gitignore
	new file:   README.md
	new file:   install.sh
	new file:   ping-vps.service
	new file:   ping-vps.sh
	new file:   ping-vps.timer
This commit is contained in:
nekochemist 2026-04-17 04:41:50 +05:00
commit 878600ca30
7 changed files with 80 additions and 0 deletions

11
ping-vps.timer Normal file
View file

@ -0,0 +1,11 @@
# /etc/systemd/system/ping-monitor.timer
[Unit]
Description=Run ping vps every 10 minutes
[Timer]
OnBootSec=1min
OnUnitActiveSec=10min
AccurateSec=30s
[Install]
WantedBy=timers.target