This commit is contained in:
Lenny Ovo 2018-11-21 19:44:02 +00:00
parent ad6fe196a6
commit 76318e09e4
32 changed files with 825 additions and 797 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=Wownero Wallet RPC
After=network.target wownerod.service
[Service]
User=wowneroservices
Group=wowneroservices
WorkingDirectory=/opt/wownero-wallets
Type=simple
ExecStart=/opt/wownero-bin/wownero-wallet-rpc --wallet-file /opt/wownero-wallets/woocommerce --rpc-bind-port 18080 --password-file /opt/wownero-wallets/woocommerce.password --disable-rpc-login --log-file /var/log/wownero-wallet.log
Restart=always
[Install]
WantedBy=multi-user.target