Files
HamPackServer/servicefiles/hamclock.service
2026-06-04 05:29:32 -06:00

15 lines
257 B
Desktop File

[Unit]
Description=HamClock
After=network.target
[Service]
Type=simple
Environment=HOME=%h
WorkingDirectory=%h/.local/share/hamclock
ExecStart=%h/.local/bin/hamclock -b ohb.hamclock.app:80
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target