xmr-remote-nodes/tools/resources/init/xmr-nodes-prober.service
2024-05-06 21:45:33 +07:00

12 lines
251 B
Desktop File

[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