dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

xmr-poker-wallet-rpc.service (455B)


      1 [Unit]
      2 Description=DarkForest
      3 After=network.target
      4 StartLimitIntervalSec=0
      5 [Service]
      6 Type=simple
      7 Restart=always
      8 RestartSec=5
      9 User=dkf
     10 WorkingDirectory=/home/dkf
     11 ExecStart=/home/dkf/monero-wallet-rpc --wallet-file /home/dkf/dkf-poker.keys --daemon-ssl-allow-any-cert --proxy 127.0.0.1:9050 --daemon-address 18.169.212.248:18081 --rpc-bind-port 6061 --password '' --disable-rpc-login
     12 LimitNOFILE=65536
     13 KillSignal=SIGINT
     14 
     15 [Install]
     16 WantedBy=multi-user.target