Oups... 😅 Le 24 mars 2026 18:25:16 GMT+01:00, Tanguy Le Carrour <[email protected]> a écrit : >```scheme >(service (depend-on gertrude-service-type 'gertrude-initialisation) > (gertrude-configuration > (server-name "test") > (dsn "test")))) >```
... this one does not make any sense, for I own this service type and I can modify it. That leaves me with the other option: >```scheme >(define gertrude-service-type > (service-type > (extensions > (list > (service-extension (depend-on gunicorn-service-type 'gertrude-db-init) > gertrude-gunicorn-apps))))) >``` -- Tanguy
