-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
Use Snapd Native Configuration
Expected Behavior
Couchdb should take advantage of snaps native configuration management. This is the expected behavior when installing a snap.
Current Behavior
Currently to configure the couchdb snap the user needs to edit /var/snap/couchdb/current/local.ini
Possible Solution
It's seems possible to read the configuration in rel/couchdb/bin/snap_run and write them to a file before the exec is done.
Context
This is just a nice to have. Editing the local.ini works.
Reactions are currently unavailable