Updated Auto Starting MagicMirror (markdown)

Joe Karlsson
2019-11-26 20:05:16 -06:00
parent 0279cb8fb0
commit 6a94b7fb17

@@ -1,4 +1,4 @@
The methods below describe ways to automatically start you MagicMirror on boot, and even ways to keep it running in case of a failure.
The methods below describe ways to automatically start your MagicMirror on boot, and even ways to keep it running in case of a failure.
## Using PM2
PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks. In this case we will use it to keep a shell script running.