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
7 lines
132 B
Desktop File
7 lines
132 B
Desktop File
# /etc/systemd/system/ping-monitor.service
|
|
[Unit]
|
|
Description=Ping vps
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/ping-vps.sh
|