Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Change these to custom names.

The program can be set to startup automatically by copying the startup file to the systemd service folder and then enabling this.

If you have previously changed the install path you will also have to ammend the `web-power.service` file so that it coresponds with your current file locations, failure to do this will result in the application not starting.

```bash
sudo cp /home/pi/pi-power/web-power.service /etc/systemd/system/
sudo systemctl enable web-power.service
Expand Down