xmr-remote-nodes/tools/resources/init/xmr-nodes-server.service
ditatompel 0f7029b939
Update deployment example (CPU arch aware) #3
The ansible playbook is now using ansible_facts to determinate target
server or prober CPU architecture. The final "production" binary name
and changed to just simply "xmr-nodes-{client,server}".
2024-05-18 18:09:36 +07:00

16 lines
325 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-server serve
SyslogIdentifier=xmr-node-server
# vim: filetype=systemd