wownerowp/assets/systemd-unit-files/monero-wallet-rpc.service
2018-09-22 07:57:35 -07:00

14 lines
455 B
Desktop File

[Unit]
Description=Monero Wallet RPC
After=network.target monerod.service
[Service]
User=moneroservices
Group=moneroservices
WorkingDirectory=/opt/monero-wallets
Type=simple
ExecStart=/opt/monero-bin/monero-wallet-rpc --wallet-file /opt/monero-wallets/woocommerce --rpc-bind-port 18080 --password-file /opt/monero-wallets/woocommerce.password --disable-rpc-login --log-file /var/log/monero-wallet.log
Restart=always
[Install]
WantedBy=multi-user.target