I have a postgresql service in my config.scm file
but I don't use it
Today I needed it to figure out how postgres works (because of my attempt to create a service for Tryton) and I discovered that it's stopped
~$ sudo herd status
...
Stopped:
- postgres
- user-homes
and if I try to start it, it fails
~$ sudo herd start postgres
Service postgres is currently disabled.
herd: failed to start service postgres