Przeglądaj źródła

Execute "pm2 save" to persist across reboots

Key Networks 7 lat temu
rodzic
commit
f2115a0c61
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -99,7 +99,12 @@ To detect the init system:
 pm2 startup
 ```
 
-PM2 will then give you a command to execute to configure pm2 startup for your system.
+PM2 will then give you a command to execute to configure automatic startup of PM2 for your system.
+
+Save the current PM2 process list so that ztncui will restart across reboots:
+```shell
+pm2 save
+```
 
 ##### 7. Test access on http://localhost:3000
   If the machine has a GUI and GUI web browser, then use it to access the app, otherwise use a text web browser like Lynx or a CLI web browser like curl: