parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

monerod-0.17.1.5.service (328B)


      1 [Unit]
      2 Description=Monero P2P Daemon
      3 After=network.target
      4 
      5 [Service]
      6 User=monero
      7 Group=monero
      8 StateDirectory=monero
      9 LogsDirectory=monero
     10 Type=simple
     11 ExecStart=/usr/bin/monerod --config-file /etc/monero/monerod.conf --non-interactive
     12 Restart=on-failure
     13 StandardOutput=null
     14 StandardError=null
     15 
     16 [Install]
     17 WantedBy=multi-user.target