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

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