Compare commits

..

3 Commits

Author SHA1 Message Date
David Young
09635c8232 hampack-service 2026-06-01 06:34:01 -06:00
David Young
5104d6255e Merge branch 'main' of https://gitea.young.computer/david/HamPackServer 2026-06-01 06:32:24 -06:00
David Young
86f6190181 update hamclock-service 2026-06-01 06:31:21 -06:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
A collection of Ham Radio server utilities to transform CoreServer machines in to Ham Radio servers. A collection of Ham Radio server utilities to transform CoreServer machines in to Ham Radio servers.
Update here.
``` ```
wget -qO- https://gitea.young.computer/david/hampackserver/raw/branch/main/install.sh | bash wget -qO- https://gitea.young.computer/david/hampackserver/raw/branch/main/install.sh | bash
``` ```

View File

@@ -6,7 +6,7 @@ After=network.target
Type=simple Type=simple
Environment=HOME=%h Environment=HOME=%h
WorkingDirectory=%h/.local/share/hamclock WorkingDirectory=%h/.local/share/hamclock
ExecStart=%h/.local/bin/hamclock ExecStart=%h/.local/bin/hamclock -b hamclock:80
Restart=on-failure Restart=on-failure
RestartSec=5 RestartSec=5