Files
HamPackServer/servicefiles/hamclock.service
2026-06-06 05:52:19 -06:00

17 lines
318 B
Desktop File

[Unit]
Description=HamClock
After=network-online.target
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
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target