소스 검색

elxr setup sh file

master
Jeffery Mendis 9 달 전
부모
커밋
6b784bd862
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12
    1
      linux/centos/elxr/setup.sh

+ 12
- 1
linux/centos/elxr/setup.sh 파일 보기

@@ -431,4 +431,15 @@ echo "server zen01.local.bbh iburst" | sudo tee -a /etc/chrony.conf
sudo systemctl restart chronyd

# 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…
취소
저장