mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-10 21:05:00 +00:00
12 lines
251 B
Desktop File
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
|