Updated readme and service file

This commit is contained in:
Cynopolis
2025-04-01 22:26:10 -04:00
parent 0d10c88b96
commit 4baed385d8
2 changed files with 5 additions and 2 deletions

View File

@@ -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 StandardError=append:/home/quinn/Projects/Meshtastic-Webserver/logs/meshtastic_system_error.log
[Install] [Install]
WantedBy=default.target WantedBy=multi-user.target

View File

@@ -22,3 +22,6 @@ You can get the status of the service by running:
And you can stop the service by running: And you can stop the service by running:
`sudo systemctl stop MeshtasticLogger` `sudo systemctl stop MeshtasticLogger`
To have the service start on boot run:
`systemctl enable MeshtasticLogger`