1 $ forever --help
2 usage: forever [action][options] SCRIPT [script-options]34 Monitors the script specified in the current process or as a daemon
56 actions:
7 start Start SCRIPT as a daemon
8 stop Stop the daemon SCRIPT by Id|Uid|Pid|Index|Script
9 stopall Stop all running forever scripts
10 restart Restart the daemon SCRIPT
11 restartall Restart all running forever scripts
12 list List all running forever scripts
13 config Lists all forever user configuration
14set<key><val> Sets the specified forever config <key>15clear<key> Clears the specified forever config <key>16 logs Lists log files for all forever processes
17 logs <script|index> Tails the logs for<script|index>18 columns add<col> Adds the specified column to the output in`forever list`. Supported columns: 'uid', 'command', 'script', 'forever', 'pid', 'id', 'logfile', 'uptime'19 columns rm<col> Removed the specified column from the output in`forever list`20 columns set<cols> Set all columns for the output in`forever list`21 cleanlogs [CAREFUL] Deletes all historical forever log files
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/30 02:19