8 lines
170 B
Desktop File
8 lines
170 B
Desktop File
# /etc/systemd/system/ping-monitor.service
|
|
[Unit]
|
|
Description=Ping vps
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=/etc/ping-monitor/env
|
|
ExecStart=/usr/local/bin/ping-vps.sh
|