moved systemd services

also added env file for config
This commit is contained in:
2025-06-05 15:06:44 +02:00
parent 6b9ef20187
commit 434353b1e3
4 changed files with 30 additions and 6 deletions

View File

@@ -22,3 +22,7 @@ Environment variables:
- `HOTSPOT_SSID`: Set the hotspot ssid. Defaults to "fwa".
- `HOTSPOT_PW`: Set the hotspot password. Default to "a9LG2kUVrsRRVUo1". Recommended to change.
Systemd:
The service is run as a systemd service. There are two service `fwa.service` and `fwa-fail.service`. They read their config
from a env file located at `/etc/fwa.env`. See example [env file](service/fwa.env).