mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-19 09:14:38 +00:00
17 lines
402 B
SYSTEMD
17 lines
402 B
SYSTEMD
|
[Unit]
|
||
|
Description=xmr-node server service
|
||
|
After=network.target mariadb.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=ditatompel
|
||
|
Restart=always
|
||
|
WorkingDirectory=/srv/http/users/ditatompel/vhosts/xmr.ditatompel.com
|
||
|
ExecStart=/srv/http/users/ditatompel/vhosts/xmr.ditatompel.com/bin/xmr-nodes-static-linux-arm64 serve
|
||
|
SyslogIdentifier=xmr-node-server
|
||
|
|
||
|
# vim: filetype=systemd
|