mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
13 lines
251 B
SYSTEMD
13 lines
251 B
SYSTEMD
|
[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
|