[Unit] Description=Monero RPC daemon After=network.target [Service] ExecStart=/usr/local/bin/monerod --config-file /home/monero/.bitmonero/bitmonero.conf \ --non-interactive --detach --pidfile=/run/monerod/monerod.pid # Creates /run/monerod owned by monero RuntimeDirectory=monerod User=monero Type=forking PIDFile=/run/monerod/monerod.pid Restart=on-failure # Hardening measures #################### # Provide a private /tmp and /var/tmp. PrivateTmp=true # Mount /usr, /boot/ and /etc read-only for the process. ProtectSystem=full # Disallow the process and all of its children to gain # new privileges through execve(). NoNewPrivileges=true # Use a new /dev namespace only populated with API pseudo devices # such as /dev/null, /dev/zero and /dev/random. PrivateDevices=true # Deny the creation of writable and executable memory mappings. MemoryDenyWriteExecute=true [Install] WantedBy=multi-user.target Alias=monero.service bitmonero.service