Update Artela.sh
This commit is contained in:
parent
23a787a51d
commit
bb9c1be4b9
@ -106,7 +106,7 @@ function install_node() {
|
|||||||
sed -i 's|^seeds *=.*|seeds = "'$SEEDS'"|; s|^persistent_peers *=.*|persistent_peers = "'$PEERS'"|' $HOME/.artelad/config/config.toml
|
sed -i 's|^seeds *=.*|seeds = "'$SEEDS'"|; s|^persistent_peers *=.*|persistent_peers = "'$PEERS'"|' $HOME/.artelad/config/config.toml
|
||||||
|
|
||||||
# 使用 PM2 启动节点进程
|
# 使用 PM2 启动节点进程
|
||||||
pm2 start /usr/local/bin/artelad --name artela-node -- start --watch
|
pm2 start /root/go/bin/artelad --name artela-node -- start --watch
|
||||||
pm2 save
|
pm2 save
|
||||||
pm2 startup systemd
|
pm2 startup systemd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user