mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
restore cron restarts on pm2
This commit is contained in:
parent
4cf02a1705
commit
ce6cc1bad3
@ -7,12 +7,12 @@ 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 * * *',
|
||||
cron_restart: '0 0 * * *',
|
||||
},
|
||||
{
|
||||
name: `edge-volume`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user