Add missing step for  Using systemd service file (#10175)
				
					
				
			* 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` * Copy release to bin folder using sudo install `sudo install ./target/release/parity /usr/bin/parity`
This commit is contained in:
		
							parent
							
								
									45d7c60608
								
							
						
					
					
						commit
						e344286c32
					
				@ -125,7 +125,8 @@ To start Parity Ethereum as a regular user using `systemd` init:
 | 
			
		||||
 | 
			
		||||
1. Copy `./scripts/parity.service` to your
 | 
			
		||||
`systemd` user directory (usually `~/.config/systemd/user`).
 | 
			
		||||
2. To configure Parity Ethereum, write a `/etc/parity/config.toml` config file, see [Configuring Parity Ethereum](https://paritytech.github.io/wiki/Configuring-Parity) for details.
 | 
			
		||||
2. Copy release to bin folder, write `sudo install ./target/release/parity /usr/bin/parity`
 | 
			
		||||
3. To configure Parity Ethereum, write a `/etc/parity/config.toml` config file, see [Configuring Parity Ethereum](https://paritytech.github.io/wiki/Configuring-Parity) for details.
 | 
			
		||||
 | 
			
		||||
## Parity Ethereum toolchain
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user