fix: ensure systemd service file is created during updates

- Added setup_systemd_service call to perform_update() function
- Fixes issue where service file could be missing after updates
- Now updates will recreate pulse.service if it doesn't exist

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
courtmanr@gmail.com
2025-06-04 17:23:46 +01:00
parent 061c10c827
commit ceabacbd2b
+1
View File
@@ -633,6 +633,7 @@ perform_update() {
fi
set_permissions
setup_systemd_service
# Restart service
systemctl start "$SERVICE_NAME"