Bladeren bron

Merge branch 'master' of jeffery/elxr into master

master
chess 8 maanden geleden
bovenliggende
commit
47d78ac46a
1 gewijzigde bestanden met toevoegingen van 12 en 1 verwijderingen
  1. 12
    1
      linux/centos/elxr/setup.sh

+ 12
- 1
linux/centos/elxr/setup.sh Bestand weergeven

@@ -420,4 +420,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

Laden…
Annuleren
Opslaan