Skip to content

Remove shell redirectors from Systemd

Andrew Newdigate requested to merge remove-shell-redirectors into master

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/35834

ExecStart will exec a command, not a shell. Therefore, any shell redirectors, like >> file.log, are simply passed through to the process as arguments.

This in turn causes Gitaly to fail to start, with invalid arguments.

Edited by Andrew Newdigate

Merge request reports