xmr-remote-nodes/tools/resources/init/xmr-nodes-server.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

16 lines
337 B
Desktop File

[Unit]
Description=xmr-node server service
After=network.target mariadb.service
[Install]
WantedBy=multi-user.target
[Service]
Type=simple
User=your_user
Restart=always
WorkingDirectory=/path/to/project/dir
ExecStart=/path/to/project/dir/bin/xmr-nodes-static-linux-arm64 serve
SyslogIdentifier=xmr-node-server
# vim: filetype=systemd