Dinitctl is stuck because it pass a empty service name to Dinit daemon but it's unexpected and Dinit will assume that is a partial command and Dinit will wait forever.
Expected behavior
It should print a error and then exit without any contact with Dinit.
Additional context
I found this when I was trying to fix #363 when I accidentally used "$SRVICE" in my dinitctl commands.
Describe the bug The title is self-explanatory.
To Reproduce
dinitctl start ""
ordinitctl enable ""
.Expected behavior It should print a error and then exit without any contact with Dinit.
Additional context I found this when I was trying to fix #363 when I accidentally used
"$SRVICE"
in my dinitctl commands.