Browse Source

Update README.md

master
yuriy0803 3 years ago committed by GitHub
parent
commit
64fe73247b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

12
README.md

@ -181,16 +181,20 @@ Copy the following example
``` ```
[Unit] [Unit]
Description=Etherpool Description=geth
After=callisto.target After=network-online.target
[Service] [Service]
Type=simple
ExecStart=/home/pool/open-etc-pool-friends /home/pool/api.json ExecStart=/home/pool/open-etc-pool-friends /home/pool/api.json
User=pool
Restart=always
RestartSec=3
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
```
As you can see above, the frontend of the pool homepage is created. Then, move to the directory, www, which services the file. As you can see above, the frontend of the pool homepage is created. Then, move to the directory, www, which services the file.

Loading…
Cancel
Save