fixed error in naming of service

This commit is contained in:
Chris Frankland-Wright 2025-08-31 21:54:18 +01:00
parent 4a07b29728
commit 3e423416a8
2 changed files with 3 additions and 3 deletions

View file

@ -247,7 +247,7 @@ if [[ "$(uname)" == "Linux" ]]; then
echo "⚙️ Installing systemd service for Linux..."
sudo cp timeturner.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable tim_turner.service
sudo systemctl enable timeturner.service
echo "✅ Systemd service installed and enabled."
else
echo "⚠️ Skipping systemd service installation on non-Linux OS."