2018-01-14 17:45 GMT+01:00 Danny Milosavljevic : > > So were the spaces the only problem ? > > In https://gitlab.com/humanitiesNerd/guix-hacks/blob/trytonservice/gnu/ > services/trytond.scm , you don't invoke a shell (example: "sh", "bash", > "csh" etc) so the "VARIABLE=VALUE" syntax will not be evaluated by the > shell and the kernel will try to start a program called "VARIABLE=VALUE" > instead. > > So either (invoke "sh" "-c" "VARIABLE=VALUE trytond-admin ...") or just > use setenv and then invoke trytond-admin directly. > Aahh I see now ! Ok, thank you I won't fix it right now because it's late and I'm tired. But I'll take care of this in the coming days Thanks !