mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
5fae3d565a
The `tools` directory contains example ansible playbook, systemd example, and Nginx configuration example for the server. The directory name `deployment` for that stuffs much more suitable.
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
|