Skip to content

Commit

Permalink
Revert "Fix starting and stopping of SysV init scripts"
Browse files Browse the repository at this point in the history
This reverts commit c632796 which
clearly was not needed to fix the problem.  After this revert the
test(s) still pass, but now we can also start bridge-stp, e.g.

     bridge-stp br0 start

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Apr 25, 2022
1 parent e2753d7 commit bc4e7a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ static int service_start(svc_t *svc)
} else {
i = 0;
args[i++] = svc->cmd;
args[i++] = svc->cmd;
args[i++] = "start";
}
args[i] = NULL;
Expand Down

0 comments on commit bc4e7a8

Please sign in to comment.