xmr-remote-nodes/deployment/init/xmr-nodes-prober.service
ditatompel 5fae3d565a
chore: Rename tools directory to deployment
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.
2024-05-30 12:02:11 +07:00

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