synox / void-mail

self-hosted disposable email service (nodejs) using catch-all and imap
GNU General Public License v3.0
134 stars 54 forks source link

Monitoring and startup with pm2 #11

Closed erm3nda closed 5 years ago

erm3nda commented 5 years ago

Help to launch it with pm2 and --watch process to restart it on failure and help to enable a system service with does both things, start on boot and keep it up.

synox commented 5 years ago

Thank you!