Files
HamPackServer/servicefiles/hamclock.service
2026-06-06 06:04:44 -06:00

17 lines
363 B
Desktop File

[Unit]
Description=HamClock
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=__HAMCLOCK_USER__
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
[Install]
WantedBy=multi-user.target