Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Add missing step for Using systemd service file #10175

Merged
merged 2 commits into from
Feb 7, 2019

Commits on Jan 13, 2019

  1. Add missing step for Using systemd service file

    Copy Parity release from target folder to bin, write `cp -R ./target/release/parity /usr/bin/` to match `ExecStart=/usr/bin/parity --config /etc/parity/config.toml` from `https://github.com/paritytech/parity-ethereum/blob/master/scripts/parity.service`
    bneiluj authored Jan 13, 2019
    Configuration menu
    Copy the full SHA
    ea21cee View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Copy release to bin folder using sudo install

    `sudo install ./target/release/parity /usr/bin/parity`
    bneiluj authored Jan 14, 2019
    Configuration menu
    Copy the full SHA
    0d09be1 View commit details
    Browse the repository at this point in the history