Skip to content

Backer Daemon Configuration file #5

@lmriccardo

Description

@lmriccardo

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/log

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfeatureA new feature to be added

Projects

Status

Backlog

Relationships

None yet

Development

No branches or pull requests

Issue actions