Service files

This commit is contained in:
David Young
2026-04-13 15:50:47 -06:00
parent 702d5d1140
commit 02c1d70afe
5 changed files with 39 additions and 21 deletions

View File

@@ -10,4 +10,10 @@ fi
cd "$HOME/.local/bin/openhamclock" && npm install
mkdir -p "$HOME/.config/systemd/user"
cp "$HOME/.local/share/HamPackServer/servicefiles/openhamclock.service" "$HOME/.config/systemd/user/"
systemctl --user daemon-reload
systemctl --user enable --now openhamclock
echo "openhamclock is installed"...