Skip to content

Suggestion: Run APRSD with PM2 for Better Process Management #189

@9M2PJU

Description

@9M2PJU

Suggestion: Run APRSD with PM2 for Better Process Management

Description

The best way for me to run APRSD is by using PM2, as it provides robust process management, automatic restarts, and easy log handling. I suggest adding PM2 as an alternative method in the documentation for running APRSD, especially for those who prefer a simple yet powerful way to keep it running in the background.

Benefits of Using PM2

  • Automatically restarts APRSD if it crashes
  • Easy process monitoring (pm2 status aprsd)
  • Simple log management (pm2 logs aprsd)
  • Can be set to start on boot (pm2 startup)

Example Usage

pm2 start aprsd server  --name aprsd server
pm2 save
pm2 startup

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions