mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: remove cron recycling from pm2
This commit is contained in:
parent
eb9d8a4ec9
commit
917e9ab495
@ -7,11 +7,13 @@ module.exports = {
|
||||
{
|
||||
name: `edge-daemon`,
|
||||
script: 'pnpm prod:cli edge daemon serve',
|
||||
cron_restart: '0 0 * * *',
|
||||
// cron_restart: '0 0 * * *',
|
||||
},
|
||||
{
|
||||
name: `edge-ftp`,
|
||||
script: 'pnpm prod:cli edge ftp serve',
|
||||
// cron_restart: '0 0 * * *',
|
||||
},
|
||||
{
|
||||
name: `edge-volume`,
|
||||
script: 'pnpm prod:cli edge volume mount',
|
||||
|
Loading…
x
Reference in New Issue
Block a user