Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azartpay committed Feb 1, 2019
1 parent ffa5419 commit bb8291d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ cd /opt \
```

```
cd /root && mkdir -p .azartcore && nano .azartcore/azart.conf
cd /root && mkdir -p .azartpay && nano .azartpay/azart.conf
```

Replace:
Expand Down Expand Up @@ -199,8 +199,8 @@ After=network.target
Type=simple
User=root
WorkingDirectory=/root/
ExecStart=/usr/local/bin/azartd -conf=/root/.azartcore/azart.conf -datadir=/root/.azartcore
ExecStop=/usr/local/bin/azart-cli -conf=/root/.azartcore/azart.conf -datadir=/root/.azartcore stop
ExecStart=/usr/local/bin/azartd -conf=/root/.azartpay/azart.conf -datadir=/root/.azartpay
ExecStop=/usr/local/bin/azart-cli -conf=/root/.azartpay/azart.conf -datadir=/root/.azartpay stop
Restart=on-abort
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit bb8291d

Please sign in to comment.