-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestfeatureA new feature to be addedA new feature to be added
Milestone
Description
Scope
The backer daemon (backerd) now creates everything (socket and more over) based on the current operating system on default paths (for example the socket will always be at /run/user/{id}/backerd.sock for non-root users or at /var/run/backerd.sock if ran as root). Since, in a possible future use I would also like to add the possibility of exposing the daemon socket on TCP connections (or both if possible), a configuration file is necessary (also for enabling/disabling daemon logging, logging paths etc etc).
Requirements
- YAML file
- Must have default settings (the user shall not be forced to touch the configuration)
- Little configuration based on what the daemon needs
Example
listen: unix:///var/run/backerd.sock
logging:
level: info
dir: /var/logReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeatureA new feature to be addedA new feature to be added
Projects
Status
Backlog