As pointed out by Aaron Outhier, we need to call StartService instead of

RunService.

svn path=/trunk/; revision=28713
This commit is contained in:
Gerald Combs 2009-06-12 15:26:34 +00:00
parent ac43decf1c
commit 043a17b387
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ StopService ()
RestartService () { StartService; }
RunService "$1"
StartService "$1"