Files
HamPackServer/servicefiles/hamclock.service
2026-06-01 06:31:21 -06:00

15 lines
249 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 hamclock:80
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target