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
7
ping-vps.service
Normal file
7
ping-vps.service
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# /etc/systemd/system/ping-monitor.service
|
||||
[Unit]
|
||||
Description=Ping vps
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/ping-vps.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue