Skip to content

feat: add systemd service management for auto-start functionality#51

Merged
xar merged 1 commit intomainfrom
claude/issue-50-20250628_113748
Jun 28, 2025
Merged

feat: add systemd service management for auto-start functionality#51
xar merged 1 commit intomainfrom
claude/issue-50-20250628_113748

Conversation

@xar
Copy link
Copy Markdown
Owner

@xar xar commented Jun 28, 2025

Adds comprehensive systemd service integration to ensure PostgreSQL instances auto-start after machine restart/failure.

Changes

  • Add service configuration to PostgreSQL instance types
  • Implement ServiceManager class for systemd integration
  • Add CLI commands: enable-service, disable-service, service-status
  • Update instance management to support service operations
  • Display service status in instance list and details
  • Support both system and user systemd services

Closes #50

Generated with Claude Code

- Add service configuration to PostgreSQL instance types
- Implement ServiceManager class for systemd integration  
- Add CLI commands: enable-service, disable-service, service-status
- Update instance management to support service operations
- Display service status in instance list and details
- Support both system and user systemd services

Closes #50

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

Co-authored-by: Samuel <xar@users.noreply.github.com>
@xar xar merged commit 4294d1a into main Jun 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

run as service

1 participant