Index: mono-service.cs =================================================================== --- mono-service.cs (revision 61521) +++ mono-service.cs (working copy) @@ -208,8 +208,7 @@ return 1; } - string [] service_args = new string [0]; - entry.Invoke (null, service_args); + entry.Invoke (null, null); return 0;