diff --git a/src/systemctl/systemctl-edit.c b/src/systemctl/systemctl-edit.c index 7d919b28e2..19df478818 100644 --- a/src/systemctl/systemctl-edit.c +++ b/src/systemctl/systemctl-edit.c @@ -168,8 +168,10 @@ static int create_edit_temp_file( fprintf(f, "### Editing %s\n" - EDIT_MARKER_START - "\n\n%s%s\n" + EDIT_MARKER_START "\n" + "\n" + "%s%s" + "\n" EDIT_MARKER_END, new_path, strempty(new_contents),