10 lines
161 B
SYSTEMD
10 lines
161 B
SYSTEMD
|
[Unit]
|
||
|
Description=Ping a host service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/bin/bash /usr/local/bin/ping-host.sh 192.168.99.2
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|