diff --git a/MeshtasticLogger.service b/MeshtasticLogger.service index b143d80..3e47823 100644 --- a/MeshtasticLogger.service +++ b/MeshtasticLogger.service @@ -11,4 +11,4 @@ StandardOutput=append:/home/quinn/Projects/Meshtastic-Webserver/logs/meshtastic_ StandardError=append:/home/quinn/Projects/Meshtastic-Webserver/logs/meshtastic_system_error.log [Install] -WantedBy=default.target \ No newline at end of file +WantedBy=multi-user.target \ No newline at end of file diff --git a/README.md b/README.md index 86633cb..b7fdbc2 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,7 @@ You can get the status of the service by running: And you can stop the service by running: -`sudo systemctl stop MeshtasticLogger` \ No newline at end of file +`sudo systemctl stop MeshtasticLogger` + +To have the service start on boot run: +`systemctl enable MeshtasticLogger` \ No newline at end of file