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:
commit
878600ca30
7 changed files with 80 additions and 0 deletions
11
ping-vps.timer
Normal file
11
ping-vps.timer
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue