Closed squeaktoy closed 5 months ago
Seems weird to my why dinit wouldn't support this. I don't want to write a super huge command on one line.
This just hasn't come up before. I agree there's no real reason not to support it. In the meantime, using a shell script to start the service (via exec
) is probably a usable workaround.
I tried to write a service with a long command so I naturally thought "let's escape the newline with backslash!" but nope, doing so results in this error:
The slskd service file looks like this:
Seems weird to my why dinit wouldn't support this. I don't want to write a super huge command on one line.