xmr-remote-nodes/tools/resources/init/xmr-nodes-prober.service
ditatompel 28f12b772b
Use "your_user" for systemd example
This will make the systemd service failed if "user" blindly copy
the systemd example file.
2024-05-06 22:14:33 +07:00

12 lines
250 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-static-linux-arm64 probe
TimeoutSec=90
# vim: filetype=systemd