10 lines
161 B
Desktop File
10 lines
161 B
Desktop File
[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
|