fix hamclock service

This commit is contained in:
David Young
2026-06-06 05:52:19 -06:00
parent fbb4803576
commit 13f9a4cb39
3 changed files with 14 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ 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
@@ -12,4 +13,4 @@ Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target
WantedBy=multi-user.target