瀏覽代碼

elxr setup sh file

master
Jeffery Mendis 1 年之前
父節點
當前提交
6b784bd862
共有 1 個檔案被更改,包括 12 行新增1 行删除
  1. 12
    1
      linux/centos/elxr/setup.sh

+ 12
- 1
linux/centos/elxr/setup.sh 查看文件

sudo systemctl restart chronyd sudo systemctl restart chronyd


# Display NTP synchronization status # Display NTP synchronization status
chronyc tracking
chronyc tracking

# If pm2 command not found
# Step 1
npm config get prefix
# Step 2
# Might give a path like /usr/local/lib/node-v20.8.0-linux-x64
# Append path with /bin
export PATH=$PATH:/usr/local/lib/node-v20.8.0-linux-x64/bin
# Step 3
# Check pm2
pm2

Loading…
取消
儲存