[Unit]
Description=xmr-node prober service
After=network.target

[Service]
Type=oneshot
User=your_user
WorkingDirectory=/path/to/project/dir
ExecStart=/path/to/project/dir/bin/xmr-nodes-client probe
TimeoutSec=90

# vim: filetype=systemd