mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-12-23 20:19:28 +00:00
28f12b772b
This will make the systemd service failed if "user" blindly copy the systemd example file.
12 lines
250 B
Desktop File
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
|