dkforest

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

xmr-poker-wallet-rpc-stagenet.service (423B)


      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-stagenet.keys --daemon-address 3.10.182.182:38081 --stagenet --rpc-bind-port 6061 --password '' --disable-rpc-login
     12 LimitNOFILE=65536
     13 KillSignal=SIGINT
     14 
     15 [Install]
     16 WantedBy=multi-user.target