xmr-remote-nodes/tools/resources/init/xmr-nodes-prober.service

13 lines
251 B
SYSTEMD
Raw Normal View History

[Unit]
Description=xmr-node prober service
After=network.target
[Service]
Type=oneshot
User=ditatompel
WorkingDirectory=/path/to/project/dir
ExecStart=/path/to/project/dir/bin/xmr-nodes-static-linux-arm64 probe
TimeoutSec=90
# vim: filetype=systemd