mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
Preparing the development branch
This commit is contained in:
@ -147,7 +147,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
return MsService(GC_SVC_NAME_VPNCLIENT, StartProcess, StopProcess, ICO_MACHINE, argv[0]);
|
||||
#else // OS_WIN32
|
||||
return UnixService(argc, argv, "vpnclient", StartProcess, StopProcess);
|
||||
return UnixService(argc, argv, "sevpnclient", StartProcess, StopProcess);
|
||||
#endif // OS_WIN32
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user