Fix sys V init script so start/restart actions work properly
[packages/trusty/mcollective.git] / ext / windows / mco.bat
1 @echo off
2
3 SETLOCAL
4
5 call "%~dp0environment.bat" %0 %*
6
7 %RUBY% -S -- mco %* --config "%CLIENT_CONFIG%"