mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-10 12:54:45 +00:00
0f7029b939
The ansible playbook is now using ansible_facts to determinate target server or prober CPU architecture. The final "production" binary name and changed to just simply "xmr-nodes-{client,server}".
12 lines
238 B
Desktop File
12 lines
238 B
Desktop File
[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
|