Closed pwFoo closed 4 years ago
Ah that looks like a bug with the parsing of commands. I will look into how to correctly parse this. Currently rustysd splits on spaces but it should probably join again if a " or a ' is found.
So this should be fixed now. Rustysd uses shellwords to parse these strings like bash would. This seems like what most people would expect.
Works fine for ExecStart and ExecStartPre 👍
Is it possible to get that command running as rustysd service? It's a complex shell command which should(?) work with systemd.
Fails with error because of ignored
'
and"
in the command.