Skip to content

Instantly share code, notes, and snippets.

@mariodian
Last active October 12, 2022 11:13
Show Gist options
  • Save mariodian/b8bb62de8f5aa5466cccb17f280f439e to your computer and use it in GitHub Desktop.
Save mariodian/b8bb62de8f5aa5466cccb17f280f439e to your computer and use it in GitHub Desktop.
Monero Full Node systemd script
[Unit]
Description=Monero Full Node
After=network.target
[Service]
User=satoshi
Group=satoshi
Type=forking
PIDFile=/home/satoshi/.bitmonero/monerod.pid
ExecStart=/usr/local/bin/monerod --restricted-rpc --block-sync-size 3 --confirm-external-bind --config-file /home/satoshi/.bitmonero/monerod.conf --detach
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment