hamclock fixes

This commit is contained in:
David Young
2026-06-06 06:04:44 -06:00
parent 13f9a4cb39
commit d04bd959d5
2 changed files with 4 additions and 4 deletions

View File

@@ -6,9 +6,9 @@ Wants=network-online.target
[Service]
Type=simple
User=__HAMCLOCK_USER__
Environment=HOME=%h
WorkingDirectory=%h/.local/share/hamclock
ExecStart=%h/.local/bin/hamclock -b ohb.hamclock.app:80
Environment=HOME=__HAMCLOCK_HOME__
WorkingDirectory=__HAMCLOCK_HOME__/.local/share/hamclock
ExecStart=__HAMCLOCK_HOME__/.local/bin/hamclock -b ohb.hamclock.app:80
Restart=on-failure
RestartSec=5