Skip to content

Instantly share code, notes, and snippets.

@Ernillew
Created September 8, 2017 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ernillew/f0f1d03ed73a70cf26c6b3ba20632db4 to your computer and use it in GitHub Desktop.
Save Ernillew/f0f1d03ed73a70cf26c6b3ba20632db4 to your computer and use it in GitHub Desktop.
monero.service
[Unit]
Description=Monero Daemon
After=network.target
[Service]
Type=forking
GuessMainPID=no
ExecStart=/usr/local/src/monero/build/release/bin/monerod --rpc-bind-ip 127.0.0.1 --detach --restricted-rpc
Restart=always
User=monerodaemon
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment