You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wownerowp/assets/systemd-unit-files/monerod.service

15 lines
338 B

[Unit]
Description=Monero Full Node
After=network.target
[Service]
User=moneroservices
Group=moneroservices
WorkingDirectory=/opt/monero-data-dir
Type=simple
LimitNOFILE=65535
ExecStart=/usr/bin/monerod --log-file /var/log/monerod.log --data-dir /opt/monero-data-dir --non-interactive
Restart=always
[Install]
WantedBy=multi-user.target