-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Feature Overview
Provide a systemd service file to manage the Zync server,
allowing it to run as a background service with automatic startup and management.
Requirements
- Develop a
zync.servicefile compatible with systemd. - Include configurations for service startup, shutdown, and restart behaviors.
- Allow customization of service parameters via environment variables or configuration files.
- Ensure the service handles logging appropriately.
Acceptance Criteria
- Users can install and enable the Zync service using standard Systemd commands.
- The service starts automatically on system boot.
- Logs are correctly managed by Systemd's journal or redirected as per configuration.
Implementation Suggestions
- Provide a sample
zync.servicefile in the repository with documentation on installation.
Reactions are currently unavailable