mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
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:
@@ -633,6 +633,7 @@ perform_update() {
|
||||
fi
|
||||
|
||||
set_permissions
|
||||
setup_systemd_service
|
||||
|
||||
# Restart service
|
||||
systemctl start "$SERVICE_NAME"
|
||||
|
||||
Reference in New Issue
Block a user