mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-05 17:53:44 +02:00
Execute "pm2 save" to persist across reboots
This commit is contained in:
parent
e30386d4fd
commit
f2115a0c61
1 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue