[Unit] Description=Dogecoin daemon After=network.target [Service] ExecStart=/usr/bin/dogecoind -daemon -conf=/home/dogecoin/.dogecoin/dogecoin.conf -pid=/run/dogecoind/dogecoind.pid # Creates /run/dogecoind owned by dogecoin RuntimeDirectory=dogecoind User=dogecoin Type=forking PIDFile=/run/dogecoind/dogecoind.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=dogecoin.service