Skip to content

Commit

Permalink
Make config file optional (openethereum#5847)
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliusvl authored and gavofyork committed Jun 19, 2017
1 parent 575c51f commit a7da8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parity.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Parity Daemon
After=network.target

[Service]
EnvironmentFile=%h/.parity/parity.conf
EnvironmentFile=-%h/.parity/parity.conf
ExecStart=/usr/bin/parity $ARGS

[Install]
Expand Down

0 comments on commit a7da8eb

Please sign in to comment.