mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
14 lines
465 B
Desktop File
14 lines
465 B
Desktop File
[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
|