diff options
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 50f77b35a1..9a1193c015 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -146,6 +146,13 @@ commands[] = {COMPL_SVCLST, COMPL_NONE} }, + { + "svcstart", + cmd_svc_start, + "<service> [arg 0] [arg 1] ... Start Service", + {COMPL_SVCLST, COMPL_NONE} + }, + /* * scheduler */ |